Spaces:
Running
Running
File size: 87 Bytes
091969f |
1 |
export const sleep = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms)); |