mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-23 08:41:05 -05:00
1 line
60 B
TypeScript
1 line
60 B
TypeScript
export const defer = (cb: () => void) => setTimeout(cb, 0);
|