ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/path-key
/
home
benbot
bot
server
node_modules
path-key
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.d.ts
1.01 MB
chmod
View
DL
Edit
Rename
Delete
index.js
415 B
chmod
View
DL
Edit
Rename
Delete
license
1.08 MB
chmod
View
DL
Edit
Rename
Delete
package.json
650 B
chmod
View
DL
Edit
Rename
Delete
readme.md
1.32 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/path-key/index.js
'use strict'; const pathKey = (options = {}) => { const environment = options.env || process.env; const platform = options.platform || process.platform; if (platform !== 'win32') { return 'PATH'; } return Object.keys(environment).reverse().find(key => key.toUpperCase() === 'PATH') || 'Path'; }; module.exports = pathKey; // TODO: Remove this for the next major release module.exports.default = pathKey;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply