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
/
providers
/
hello.js
9 lines
(7 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
function
(
) {
return
'hello pack :)'
; };