Home > @jsplumb/util > isNumber
#
isNumber() functionReturns whether or not the given value is of number
type.
Signature:
export declare function isNumber(n: any): boolean;
#
ParametersParameter | Type | Description |
---|---|---|
n | any |
Returns:
boolean
Home > @jsplumb/util > isNumber
Returns whether or not the given value is of number
type.
Signature:
export declare function isNumber(n: any): boolean;
Parameter | Type | Description |
---|---|---|
n | any |
Returns:
boolean