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) 198 B
export declare function updateJson<T extends object>(filePath: string, updates: Partial<T>): Promise<void>; export declare function hasJsonProperty(filePath: string, propertyPath: string): boolean;