MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isNull

Function isNull

lib/web/jshint.js:1259–1261  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

1257exports.isBoolean = isBoolean;
1258
1259function isNull(arg) {
1260 return arg === null;
1261}
1262exports.isNull = isNull;
1263
1264function isNullOrUndefined(arg) {

Callers 3

jshint.jsFile · 0.85
formatPrimitiveFunction · 0.85
formatPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected