Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 163 Bytes

README.md

File metadata and controls

executable file
·
11 lines (7 loc) · 163 Bytes

isUndefined

checks if value is a undefined

var isUndefined = require("@nathanfaucett/is_undefined");


isUndefined(undefined); // true