UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (8 loc) 169 B
var nextTick = function nextTick() { return new Promise(function (resolve) { setTimeout(function () { resolve(1); }, 33); }); }; export { nextTick };