MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isBoolean

Function isBoolean

lib/test/angular/1.4.3/angular.js:730–732  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

728
729
730function isBoolean(value) {
731 return typeof value === 'boolean';
732}
733
734
735function isPromiseLike(obj) {

Callers 2

$LocationProviderFunction · 0.70
setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected