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

Function isBoolean

test/angular/1.5/angular.js:740–742  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

738
739
740function isBoolean(value) {
741 return typeof value === 'boolean';
742}
743
744
745function isPromiseLike(obj) {

Callers 3

$LocationProviderFunction · 0.70
setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected