Package: effect
Module: 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
isString for checking whether a value is a primitive stringSignature
declare const String: StringConstructor
Since v4.0.0