Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-grid
/ isBoolean
Function
isBoolean
lib/test/angular/1.6.7/angular.js:855–857 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
853
854
855
function
isBoolean(value) {
856
return
typeof value ===
'boolean'
;
857
}
858
859
860
function
isPromiseLike(obj) {
Callers
4
isClass
Function · 0.70
initializeDirectiveBindings
Function · 0.70
$LocationProvider
Function · 0.70
addSetValidityMethod
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected