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

Function isBoolean

test/angular/1.4/angular.js:751–753  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

749
750
751function isBoolean(value) {
752 return typeof value === 'boolean';
753}
754
755
756function isPromiseLike(obj) {

Callers 3

$LocationProviderFunction · 0.70
setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected