UNPKG

quick-publish

Version:

Shipped a standard `npm publish` workflow with one click.

8 lines 234 B
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