Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barrior/JParticles
/ isUndefined
Function
isUndefined
src/utils/checking.ts:79–81 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
77
* 检测 value 是否为 Undefined
78
*/
79
export
function
isUndefined(value: any): boolean {
80
return
value === undefined
81
}
82
83
/**
84
* 检测 value 是否为 Null
Callers
4
checking.spec.ts
File · 0.90
optionsNormalize
Method · 0.90
updateComplexOptions
Method · 0.90
isNil
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected