MCPcopy 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 */
86export function isNull(value: any): boolean {
87 return value === null
88}
89
90/**
91 * 检测 value 是否为 Undefined 或者 Null

Callers 3

checking.spec.tsFile · 0.90
eventProxyMethod · 0.90
isNilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected