MCPcopy Create free account
hub / github.com/activejs/activejs / isNumber

Function isNumber

packages/core/src/utils/funcs.ts:79–81  ·  view source on GitHub ↗
(n: any)

Source from the content-addressed store, hash-verified

77 * @internal please do not use.
78 */
79export function isNumber(n: any): n is number {
80 return typeof n === 'number' && !isNaN(n);
81}
82
83/**
84 * @internal please do not use.

Callers 10

logInfoFunction · 0.90
logWarnFunction · 0.90
constructorFunction · 0.90
jumpFunction · 0.90
isValidValueMethod · 0.90
units.spec.tsFile · 0.90
randomArrayFunction · 0.90
randomDictObjectFunction · 0.90
num-unit.spec.tsFile · 0.90
debounceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected