UNPKG

pure-conditions

Version:
5 lines (4 loc) 92 B
function exists (object) { return typeof object !== 'undefined' } module.exports = exists