🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 16:55:56 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
@npmcli
/
git
/
lib
📍 /usr/lib/node_modules/npm/node_modules/@npmcli/git/lib
🔄 Refresh
✏️
Editing: is.js
Read Only
// not an airtight indicator, but a good gut-check to even bother trying const { promisify } = require('util') const fs = require('fs') const stat = promisify(fs.stat) module.exports = ({ cwd = process.cwd() } = {}) => stat(cwd + '/.git').then(() => true, () => false)
💾 Save Changes
❌ Cancel