@feflow/cli
Version:
A front-end flow tool.
4 lines • 324 B
TypeScript
export declare function getRegistryUrl(packageManager: string): Promise<string>;
export declare function install(packageManager: string, root: string, cmd: string, dependencies: string[], verbose: boolean): Promise<void>;
export declare function isInstalledPM(packageName: string): boolean;
//# sourceMappingURL=npm.d.ts.map