Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barrior/JParticles
/ isNull
Function
isNull
src/utils/checking.ts:86–88 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
84
* 检测 value 是否为 Null
85
*/
86
export
function
isNull(value: any): boolean {
87
return
value === null
88
}
89
90
/**
91
* 检测 value 是否为 Undefined 或者 Null
Callers
3
checking.spec.ts
File · 0.90
eventProxy
Method · 0.90
isNil
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected