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

Function isBoolean

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

Source from the content-addressed store, hash-verified

1252exports.isArray = isArray;
1253
1254function isBoolean(arg) {
1255 return typeof arg === 'boolean';
1256}
1257exports.isBoolean = isBoolean;
1258
1259function isNull(arg) {

Callers 2

inspectFunction · 0.85
formatPrimitiveFunction · 0.85

Calls 2

isObjectLikeFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected