StringConstructor
Unofficial
Augments the built-in StringConstructor interface.
Signature:
export interface StringConstructorMethods
| Method | Returns | Description | |
|---|---|---|---|
| isString(obj) | obj is string | Type guard to check if a value is a string. |