effect-io-ai

Package: effect
Module: STM

STM.isSTM

Returns true if the provided value is an STM, false otherwise.

Signature

declare const isSTM: (u: unknown) => u is STM<unknown, unknown, unknown>

Source

Since v2.0.0