All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.isUndefined.js Maven / Gradle / Ivy

The newest version!
// Is a given variable undefined?
function isUndefined(obj) {
  return obj === void 0;
}

module.exports = isUndefined;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy