UNPKG

local-npm-registry

Version:

Manages local npm package installations and updates across your machine.

12 lines 362 B
/** * Implements the 'local-npm publish' command. */ export declare class PublishCommand { /** * Implements the 'local-npm publish' command. * * @param additionalArgs - Additional arguments to pass to the npm publish command */ static execute(additionalArgs?: string[]): Promise<void>; } //# sourceMappingURL=PublishCommand.d.ts.map