UNPKG

79 BJavaScriptView Raw
1export const sleep = time => new Promise(resolve => setTimeout(resolve, time));
\No newline at end of file