UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

10 lines 543 B
/** * Attempts to find the package.json file that's closest to the current working directory. * * @param fs The filesystem to use. * @param cwd The current working directory. * @returns The path to the package.json file, or undefined if none was found. */ export declare function findPackageJson(fs: typeof import("node:fs/promises"), cwd: string): Promise<string | undefined>; export declare function getPackageJson(fs: typeof import("node:fs/promises"), cwd: string): Promise<unknown | undefined>; //# sourceMappingURL=package.d.ts.map