MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isBoolean

Function isBoolean

code/songhop/www/lib/angular/angular.js:638–640  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

636
637
638function isBoolean(value) {
639 return typeof value === 'boolean';
640}
641
642
643function isPromiseLike(obj) {

Callers 2

$LocationProviderFunction · 0.70
setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected