index
:
twilight
trunk
Twilight Package Manager - An old package manager for all my software
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
moment
/
src
/
lib
/
utils
/
is-undefined.js
blob: de57a8b28491528fa953f2387c2e5596b6c76cc0 (
plain
)
1
2
3
export
default
function
isUndefined
(
input
)
{
return
input
===
void
0
;
}