UNPKG

notifyjs

Version:

A handy wrapper for the Web Notifications API

7 lines 158 B
export default (function (strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); })