HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/p-try/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/p-try/index.js
export default async function pTry(function_, ...arguments_) {
	return new Promise(resolve => {
		resolve(function_(...arguments_));
	});
}