function setImmediate(func) { setTimeout(func, 0); } export { setImmediate }