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

Function isBoolean

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

Source from the content-addressed store, hash-verified

11026 exports.isArray = isArray;
11027
11028 function isBoolean(arg) {
11029 return typeof arg === 'boolean';
11030 }
11031 exports.isBoolean = isBoolean;
11032
11033 function isNull(arg) {

Callers 2

inspectFunction · 0.70
formatPrimitiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected