StringConstructor | typescript
Interface StringConstructor
Callable
- __call(value?: any): string
-
Parameters
Returns string
Constructors
constructor
- new StringConstructor(value?: any): String
-
Parameters
Returns String
Properties
prototype
prototype: String
Methods
fromCharCode
- fromCharCode(...codes: number[]): string
-
Parameters
Returns string