1 line
No EOL
77 B
TypeScript
1 line
No EOL
77 B
TypeScript
export const timer = (ms: number) => new Promise(res => setTimeout(res, ms)); |