5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
export interface INpmciOptions {
|
|
globalNpmTools: string[];
|
|
}
|
|
export declare let getConfig: () => Promise<INpmciOptions>;
|