UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

10 lines (6 loc) 109 B
/** */ function isNull(val){ return val === null; } module.exports = isNull;