blob: 5a62c4259ead460f1ba9fe9032a77648754d0e67 [file]
function nextTick(fn) {
process.nextTick(fn);
}
export default nextTick;