mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-27 01:20:57 -05:00
1 line
60 B
TypeScript
1 line
60 B
TypeScript
export const defer = (cb: () => void) => setTimeout(cb, 0);
|