Package: effect
Module: RuntimeFlags
Patches a set of RuntimeFlags with a RuntimeFlagsPatch, returning the
patched set of RuntimeFlags.
Signature
declare const patch: { (patch: RuntimeFlagsPatch.RuntimeFlagsPatch): (self: RuntimeFlags) => RuntimeFlags; (self: RuntimeFlags, patch: RuntimeFlagsPatch.RuntimeFlagsPatch): RuntimeFlags; }
Since v2.0.0