Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
79
export
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
logInfo
Function · 0.90
logWarn
Function · 0.90
constructor
Function · 0.90
jump
Function · 0.90
isValidValue
Method · 0.90
units.spec.ts
File · 0.90
randomArray
Function · 0.90
randomDictObject
Function · 0.90
num-unit.spec.ts
File · 0.90
debounce
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected