MCPcopy
hub / github.com/angular-ui/ui-router / isBoolean

Function isBoolean

test/angular/1.7/angular.js:840–842  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

838
839
840function isBoolean(value) {
841 return typeof value === 'boolean';
842}
843
844
845function isPromiseLike(obj) {

Callers 5

errorHandlingConfigFunction · 0.70
isClassFunction · 0.70
$LocationProviderFunction · 0.70
addSetValidityMethodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected