local-npm-registry
Version:
Manages local npm package installations and updates across your machine.
12 lines • 371 B
TypeScript
/**
* Implements the 'local-npm subscribe <package-name>' command.
*/
export declare class SubscribeCommand {
/**
* Implements the 'local-npm subscribe <package-name>' command.
*
* @param packageName - Name of the package to subscribe to
*/
static execute(packageName: string): Promise<void>;
}
//# sourceMappingURL=SubscribeCommand.d.ts.map