MCPcopy 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 */
79export function isUndefined(value: any): boolean {
80 return value === undefined
81}
82
83/**
84 * 检测 value 是否为 Null

Callers 4

checking.spec.tsFile · 0.90
optionsNormalizeMethod · 0.90
updateComplexOptionsMethod · 0.90
isNilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected