UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

7 lines (6 loc) 175 B
// `_isUndefined` : an object's function // -------------------------------------- // Is a given variable undefined? export default function (obj) { return obj === void 0; }