HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/cwd/usr/share/nodejs/path-exists/
Upload File :
Current File : //proc/1991111/cwd/usr/share/nodejs/path-exists/index.cjs
const { pathExists, pathExistsSync } = require("./pathExists.cjs");
const res = (...args) => {
    return pathExists(...args);
}
// old API
res.sync = pathExistsSync;
// new API
res.pathExists = pathExists;
res.pathExistsSync = pathExistsSync;

module.exports = res;