MCPcopy 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 */
93export function isBoolean(val) {
94 return typeof val === 'boolean'
95}

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected