verdaccio
Version:
A lightweight private npm proxy registry
5 lines (4 loc) • 486 B
TypeScript
import { Config, Package, RemoteUser } from '@verdaccio/types';
export declare function handleNotify(metadata: Package, notifyEntry: any, remoteUser: RemoteUser, publishedPackage: string): Promise<any> | void;
export declare function sendNotification(metadata: Package, notify: any, remoteUser: RemoteUser, publishedPackage: string): Promise<any>;
export declare function notify(metadata: Package, config: Config, remoteUser: RemoteUser, publishedPackage: string): Promise<any> | void;