effect-io-ai

Package: effect
Module: Pool

Pool.isPool

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

Signature

declare const isPool: (u: unknown) => u is Pool<unknown, unknown>

Source

Since v2.0.0