UNPKG

local-npm-registry

Version:

Manages local npm package installations and updates across your machine.

11 lines 323 B
/** * Implements the 'local-npm clear-store' command. */ export declare class ClearStoreCommand { /** * Implements the 'local-npm clear-store' command. * Unpublishes all packages and unsubscribes all subscribers. */ static execute(): Promise<void>; } //# sourceMappingURL=ClearStoreCommand.d.ts.map