effect-io-ai

Package: effect
Module: RuntimeFlags

RuntimeFlags.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
}

Source

Since v2.0.0