Skip to content

StringConstructor

Unofficial

Augments the built-in StringConstructor interface.

Signature:

export interface StringConstructor

Methods

MethodReturnsDescription
isString(obj)obj is stringType guard to check if a value is a string.