NumberConstructor
Unofficial
Augments the built-in NumberConstructor interface.
Signature:
export interface NumberConstructorMethods
| Method | Returns | Description | |
|---|---|---|---|
| isNumber(obj) | obj is number | Type guard to check if a value is a number. |