Blame view

code/finance_web/node_modules/p-try/index.js 82 Bytes
a  
谢明辉 committed
1 2 3 4
'use strict';
module.exports = cb => new Promise(resolve => {
	resolve(cb());
});