UNPKG

one

Version:

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

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