postiz-app/libraries/helpers/src/utils/timer.ts
2024-03-03 15:26:15 +07:00

1 line
No EOL
77 B
TypeScript

export const timer = (ms: number) => new Promise(res => setTimeout(res, ms));