Skip to content

NumberConstructor

Unofficial

Augments the built-in NumberConstructor interface.

Signature:

export interface NumberConstructor

Methods

MethodReturnsDescription
isNumber(obj)obj is numberType guard to check if a value is a number.