UNPKG

@tkrotoff/fetch

Version:
4 lines (3 loc) 89 B
export function wait(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }