MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isBoolean

Function isBoolean

lib/test/angular/1.7.0/angular.js:823–825  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

821
822
823function isBoolean(value) {
824 return typeof value === 'boolean';
825}
826
827
828function isPromiseLike(obj) {

Callers 4

isClassFunction · 0.70
$LocationProviderFunction · 0.70
addSetValidityMethodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected