UNPKG
@jsdevtools/npm-publish
Version:
latest (4.1.1)
4.1.1
4.1.0
4.0.1
4.0.0
3.1.1
3.1.0
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.2
1.1.0
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
Fast, easy publishing to NPM
jstools.dev/npm-publish
JS-DevTools/npm-publish
@jsdevtools/npm-publish
/
src
/
index.ts
8 lines
(6 loc)
•
235 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// Export the external type definitions as named exports
export
*
from
"./errors.js"
;
export
*
from
"./options.js"
;
export
*
from
"./results.js"
;
// Export `npmPublish` as a named export
export
{ npmPublish }
from
"./npm-publish.js"
;