StaticJsUndefined
The sandboxed undefined value.
Import
import { type StaticJsUndefined, isStaticJsUndefined } from "@suntime-js/core";
Extends
Factory
realm.types.undefined (singleton property)
Properties
Inherits all properties from StaticJsPrimitive.
value
Type: undefined
Always undefined.
typeOf
"undefined"
runtimeTypeOf
"undefined"
Type guard
isStaticJsUndefined(value)
isStaticJsUndefined(value: unknown): value is StaticJsUndefined