Package: effect Module: RuntimeFlags
effect
RuntimeFlags
Enables the specified RuntimeFlag.
RuntimeFlag
Signature
declare const enable: { (flag: RuntimeFlag): (self: RuntimeFlags) => RuntimeFlags; (self: RuntimeFlags, flag: RuntimeFlag): RuntimeFlags; }
Source
Since v2.0.0