UNPKG
quick-publish
Version:
latest (0.7.1)
0.7.1
0.7.0
0.6.0
0.5.0
0.0.1
Shipped a standard `npm publish` workflow with one click.
quick-publish
/
lib
/
index.d.ts
8 lines
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
IOptions
}
from
'./types'
;
/** * Release a npm package. * * Built for standard publish of **single** repository. */
export
declare
function
publish
(
opts
?:
IOptions
):
Promise
<
void
>;
//# sourceMappingURL=index.d.ts.map