effect-io-ai

Package: effect
Module: String

String.String

Exposes the global string constructor.

When to use

Use to access native JavaScript string coercion or constructor behavior from the Effect module namespace.

Gotchas

Calling String(value) returns a primitive string. Calling new String(value) creates a boxed String object.

See

Signature

declare const String: StringConstructor

Source

Since v4.0.0