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

Function isBoolean

lib/test/angular/1.5.0/angular.js:721–723  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

719
720
721function isBoolean(value) {
722 return typeof value === 'boolean';
723}
724
725
726function isPromiseLike(obj) {

Callers 3

$LocationProviderFunction · 0.70
setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected