effect-io-ai

Package: effect
Module: RuntimeFlags

RuntimeFlags.isEnabled

Returns true if the specified RuntimeFlag is enabled, false otherwise.

Signature

declare const isEnabled: { (flag: RuntimeFlag): (self: RuntimeFlags) => boolean; (self: RuntimeFlags, flag: RuntimeFlag): boolean; }

Source

Since v2.0.0