summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/p-try/index.js
blob: efa2f743381dd45212c7dd2b94238e50b53a41cc (plain)
1
2
3
4
'use strict';
module.exports = cb => new Promise(resolve => {
	resolve(cb());
});