ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/import-fresh
/
home
benbot
bot
server
node_modules
import-fresh
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.d.ts
432 B
chmod
View
DL
Edit
Rename
Delete
index.js
1.08 MB
chmod
View
DL
Edit
Rename
Delete
license
1.09 MB
chmod
View
DL
Edit
Rename
Delete
package.json
890 B
chmod
View
DL
Edit
Rename
Delete
readme.md
1.12 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/import-fresh/index.d.ts
/** Import a module while bypassing the cache. @example ``` // foo.js let i = 0; module.exports = () => ++i; // index.js import importFresh = require('import-fresh'); require('./foo')(); //=> 1 require('./foo')(); //=> 2 importFresh('./foo')(); //=> 1 importFresh('./foo')(); //=> 1 const foo = importFresh<typeof import('./foo')>('./foo'); ``` */ declare function importFresh<T>(moduleId: string): T; export = importFresh;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply