UNPKG

84 BJavaScriptView Raw
1export const sleep = (time) => new Promise((resolve) => setTimeout(resolve, time));