Package: effect
Module: RuntimeFlags
Returns true if the specified RuntimeFlag is enabled, false otherwise.
Signature
declare const isEnabled: { (flag: RuntimeFlag): (self: RuntimeFlags) => boolean; (self: RuntimeFlags, flag: RuntimeFlag): boolean; }
Since v2.0.0