Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RubyLouvre/anu
/ isNull
Function
isNull
test/babel.js:11033–11035 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
11031
exports.isBoolean = isBoolean;
11032
11033
function
isNull(arg) {
11034
return
arg === null;
11035
}
11036
exports.isNull = isNull;
11037
11038
function
isNullOrUndefined(arg) {
Callers
3
babel.js
File · 0.85
formatPrimitive
Function · 0.85
formatProperty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected