StaticJsString
A sandboxed string value.
Import
import { type StaticJsString, isStaticJsString } from "@suntime-js/core";
Extends
Factory
Properties
Inherits all properties from StaticJsPrimitive.
value
Type: string
The native host string wrapped by this sandbox value.
typeOf
"string"
runtimeTypeOf
"string"
Type guard
isStaticJsString(value)
isStaticJsString(value: unknown): value is StaticJsString