UNPKG

a2r

Version:
7 lines (6 loc) 240 B
/** * Looks for folder containing `package.json` file with framework installed as a dev-dependency * @param targetPath Target path */ declare const getProjectPath: (targetPath?: string) => Promise<string>; export default getProjectPath;