funkwhale/front/test/utils.ts

2 wiersze
87 B
TypeScript
Czysty Zwykły widok Historia

2022-09-02 21:18:42 +00:00
export const sleep = (ms = 0) => new Promise<void>(resolve => setTimeout(resolve, ms))