UNPKG
@iwnow/pack
Version:
latest (1.1.0)
1.1.0
1.0.0
The pack of some major stuff
github.com/iwnow/pack
iwnow/pack
@iwnow/pack
/
build
/
index.js
12 lines
(9 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
pack
=
undefined
;
var
_providers =
require
(
'./providers'
);
var
pack =
exports
.
pack
=
function
pack
(
) {
return
(
0
, _providers.
helloProvider
)(); };