Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ isBoolean
Function
isBoolean
test/angular/1.3/angular.js:654–656 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
652
653
654
function
isBoolean(value) {
655
return
typeof value ===
'boolean'
;
656
}
657
658
659
function
isPromiseLike(obj) {
Callers
2
$LocationProvider
Function · 0.70
setValidity
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected