UNPKG
app-com
Version:
latest (1.0.0)
1.0.0
0.2.0
Pub Sub Library for Communication in your App
github.com/flndr/app-com
flndr/app-com
app-com
/
cjs
/
index.js
12 lines
(7 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
exports
.
__esModule
=
true
;
var
_Com =
require
(
'./Com'
);
var
_Com2 =
_interopRequireDefault
(_Com);
function
_interopRequireDefault
(
obj
) {
return
obj && obj.
__esModule
? obj : {
default
: obj }; }
exports
.
default
= _Com2.
default
;
module
.
exports
=
exports
[
'default'
];