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

8 lines 263 B
/** * Returns true if the path exists (file or directory), false otherwise. * * @param nodeishFs * @returns */ export declare function pathExists(filePath: string, fs: typeof import("node:fs/promises")): Promise<boolean>; //# sourceMappingURL=exists.d.ts.map