UNPKG

jetup

Version:

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.

3 lines (2 loc) 137 B
export declare function packageInstallDev(packages: string): Promise<void>; export declare function getPackageName(pkg: string): string;