UNPKG

notifyjs

Version:

A handy wrapper for the Web Notifications API

7 lines 179 B
export default (function (val, name, undef) { if (val === undef) { throw new ReferenceError(name + " is not defined - temporal dead zone"); } else { return val; } })