Skip to content

StringConstructor

Unofficial

Augments the built-in StringConstructor interface.

Signature:

export interface StringConstructor

Methods

Method Returns Description
isString(obj) obj is string Type guard to check if a value is a string.