index.js 82 Bytes
Newer Older
liang ce committed
1 2 3 4
'use strict';
module.exports = cb => new Promise(resolve => {
	resolve(cb());
});