MCPcopy Create free account
hub / github.com/RubyLouvre/anu / isNull

Function isNull

test/babel.js:11033–11035  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

11031 exports.isBoolean = isBoolean;
11032
11033 function isNull(arg) {
11034 return arg === null;
11035 }
11036 exports.isNull = isNull;
11037
11038 function isNullOrUndefined(arg) {

Callers 3

babel.jsFile · 0.85
formatPrimitiveFunction · 0.85
formatPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected