Файловый менеджер - Редактировать - /home/gqdcvggs/.npm/_npx/6b17c024b22262d1/node_modules/path-exists/index.js
Назад
import fs, {promises as fsPromises} from 'node:fs'; export async function pathExists(path) { try { await fsPromises.access(path); return true; } catch { return false; } } export function pathExistsSync(path) { try { fs.accessSync(path); return true; } catch { return false; } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка