whoami7 - Manager
:
/
opt
/
alt
/
alt-nodejs16
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
@npmcli
/
git
/
lib
/
Upload File:
files >> //opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules.bundled/@npmcli/git/lib/is.js
// 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)
Copyright ©2021 || Defacer Indonesia