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.d.ts
/// <reference types="node" /> declare namespace pathKey { interface Options { /** Use a custom environment variables object. Default: [`process.env`](https://nodejs.org/api/process.html#process_process_env). */ readonly env?: {[key: string]: string | undefined}; /** Get the PATH key for a specific platform. Default: [`process.platform`](https://nodejs.org/api/process.html#process_process_platform). */ readonly platform?: NodeJS.Platform; } } declare const pathKey: { /** Get the [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) environment variable key cross-platform. @example ``` import pathKey = require('path-key'); const key = pathKey(); //=> 'PATH' const PATH = process.env[key]; //=> '/usr/local/bin:/usr/bin:/bin' ``` */ (options?: pathKey.Options): string; // TODO: Remove this for the next major release, refactor the whole definition to: // declare function pathKey(options?: pathKey.Options): string; // export = pathKey; default: typeof pathKey; }; export = 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