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

Function isBoolean

lib/test/angular/1.8.0/angular.js:841–843  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

839
840
841function isBoolean(value) {
842 return typeof value === 'boolean';
843}
844
845
846function isPromiseLike(obj) {

Callers 5

errorHandlingConfigFunction · 0.70
isClassFunction · 0.70
$LocationProviderFunction · 0.70
addSetValidityMethodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected