5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
/**
|
|
* Read the package.json file of `concurrently`
|
|
*/
|
|
export declare function readPackageJson(): Record<string, unknown>;
|