Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ isBoolean
Function
isBoolean
front/utils/luch-request/utils.js:93–95 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
91
* @returns {boolean}
92
*/
93
export
function
isBoolean(val) {
94
return
typeof val ===
'boolean'
95
}
Callers
1
request
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected