XylotrechusZ
XylotrechusZ Shell
: /proc/self/root/usr/lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/ [ drwxr-xr-x ]
'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;