Packages

A web application in pursuit of meaning in life.

Retired package: Complete rewrite, scratch old versions

Current section

Files

Jump to
udia assets node_modules mout lang isUndefined.js
Raw

assets/node_modules/mout/lang/isUndefined.js

var UNDEF;
/**
*/
function isUndef(val){
return val === UNDEF;
}
module.exports = isUndef;