UNPKG
notifyjs
Version:
latest (3.0.0)
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
A handy wrapper for the Web Notifications API
github.com/alexgibson/notify.js
alexgibson/notify.js
notifyjs
/
jspm_packages
/
npm
/
systemjs-plugin-babel@0.0.9
/
babel-helpers
/
interopRequireWildcard.js
16 lines
(14 loc)
•
315 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
default
(
function
(
obj
) {
if
(obj && obj.
__esModule
) {
return
obj; }
else
{
var
newObj = {};
if
(obj !=
null
) {
for
(
var
key
in
obj) {
if
(
Object
.
prototype
.
hasOwnProperty
.
call
(obj, key)) newObj[key] = obj[key]; } } newObj.
default
= obj;
return
newObj; } })