Skip to content

BuiltinMode

Whether the root keeps a built-in or releases it to commands.

Signatures

ts
type BuiltinMode = "on" | "off";

See Also

Released under the MIT License.