UNPKG

workspace-tools

Version:

A collection of tools that are useful in a git-controlled monorepo that is managed by one of these tools:

7 lines (6 loc) 215 B
/** * Get paths to every package.json in the workspace, given a cwd * @param cwd */ export declare function getAllPackageJsonFiles(cwd: string): string[] | undefined; export declare function _resetCache(): void;