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

Function isBoolean

test/angular/1.6/angular.js:865–867  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

863
864
865function isBoolean(value) {
866 return typeof value === 'boolean';
867}
868
869
870function isPromiseLike(obj) {

Callers 4

isClassFunction · 0.70
$LocationProviderFunction · 0.70
addSetValidityMethodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected