Package: effect
Module: RuntimeFlags
Represents a set of RuntimeFlags. RuntimeFlags affect the operation of
the Effect runtime system. They are exposed to application-level code because
they affect the behavior and performance of application code.
Signature
type RuntimeFlags = number & {
readonly RuntimeFlags: unique symbol
}
Since v2.0.0