UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

11 lines (10 loc) 221 B
import { exists } from "node:fs"; const existsAsync = file => new Promise((res, rej) => { try { exists(file, res); } catch { return !1; } }); export { existsAsync }; //# sourceMappingURL=existsAsync.mjs.map