UNPKG

127 BTypeScriptView Raw
1export declare function publishAsync(argv: {
2 config?: string;
3 package?: string;
4 env?: any;
5}): Promise<void>;