UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

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