UNPKG

lakutata

Version:

An IoC-based universal application framework.

16 lines (12 loc) 317 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ import { constants as r } from "fs"; import { access as t } from "node:fs/promises"; async function o(o) { try { await t(o, r.F_OK); return true; } catch (r) { return false; } } export { o as IsExists };