effect-io-ai

Package: effect
Module: TQueue

TQueue.isTQueue

Returns true if the specified value is a TQueue, false otherwise.

Signature

declare const isTQueue: (u: unknown) => u is TQueue<unknown>

Source

Since v2.0.0