UNPKG

one

Version:

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

13 lines (12 loc) 260 B
import { exists } from "fs"; var existsAsync = function (file) { return new Promise(function (res, rej) { try { exists(file, res); } catch { return !1; } }); }; export { existsAsync }; //# sourceMappingURL=existsAsync.native.js.map