UNPKG
@gypsy-js/npm-template
Version:
latest (1.0.0-beta.7)
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
The gypys NPM project template.
github.com/gypsy-js/npm-template
gypsy-js/npm-template
@gypsy-js/npm-template
/
dist
/
lib
/
esm
/
index.mjs
10 lines
(7 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@file
npm
-template library ESModule entry point. *
@author
qivmvip AT gmail DOT com *
@date
2022-02-17 */
import
*
as
cjs
from
'../cjs/index.cjs'
;
export
const
hello = cjs.
hello
;