Package: effect
Module: RuntimeFlagsPatch
Creates a RuntimeFlagsPatch which describes exclusion of the specified
RuntimeFlag from the set of RuntimeFlags.
Signature
declare const exclude: { (flag: RuntimeFlags.RuntimeFlag): (self: RuntimeFlagsPatch) => RuntimeFlagsPatch; (self: RuntimeFlagsPatch, flag: RuntimeFlags.RuntimeFlag): RuntimeFlagsPatch; }
Since v2.0.0