UNPKG

abort-controller-x

Version:
4 lines (3 loc) 88 B
export function nextTick() { return new Promise(resolve => setTimeout(resolve, 0)); }