Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nathanfaucett/is_undefined

nathanfaucett85MIT0.0.1

checks if value is a undefined

is_undefined, is_undefined.js

readme

isUndefined

checks if value is a undefined

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


isUndefined(undefined); // true