UNPKG

notifyjs

Version:

A handy wrapper for the Web Notifications API

5 lines 246 B
export default typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };