MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / isUndefined

Function isUndefined

tests/test_code/js/moment/moment.js:59–61  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

57 }
58
59 function isUndefined(input) {
60 return input === void 0;
61 }
62
63 function isNumber(input) {
64 return (

Callers 4

copyConfigFunction · 0.85
getSetGlobalLocaleFunction · 0.85
configFromInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected