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
/
index.d.ts
8 lines
(6 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@file
npm
-template library type declaration file. *
@author
qivmvip AT gmail DOT com *
@date
2022-02-17 */
export
const
hello
:
() =>
void
;