effect-io-ai

Package: effect
Module: RuntimeFlagsPatch

RuntimeFlagsPatch.includes

Returns true if the RuntimeFlagsPatch includes the specified RuntimeFlag, false otherwise.

Signature

declare const includes: { (flag: RuntimeFlagsPatch): (self: RuntimeFlagsPatch) => boolean; (self: RuntimeFlagsPatch, flag: RuntimeFlagsPatch): boolean; }

Source

Since v2.0.0