Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/binux/qiandao
/ isUndefined
Function
isUndefined
web/static/node_components.js:3327–3329 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
3325
exports.isSymbol = isSymbol;
3326
3327
function
isUndefined(arg) {
3328
return
arg === void 0;
3329
}
3330
exports.isUndefined = isUndefined;
3331
3332
function
isRegExp(re) {
Callers
4
node_components.js
File · 0.70
inspect
Function · 0.70
formatPrimitive
Function · 0.70
formatProperty
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected