CURRENT PATH:
/
home
/
dnsimamg
/
mail
/
tmp
/
node_modules
/
p-try
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
index.js
'use strict'; const pTry = (fn, ...arguments_) => new Promise(resolve => { resolve(fn(...arguments_)); }); module.exports = pTry; // TODO: remove this in the next major version module.exports.default = pTry;
SIMPAN
BATAL