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

Function isBoolean

test/angular/1.3/angular.js:654–656  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

652
653
654function isBoolean(value) {
655 return typeof value === 'boolean';
656}
657
658
659function isPromiseLike(obj) {

Callers 2

$LocationProviderFunction · 0.70
setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected