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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy