forked from abner/for-legacy-web
2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
export const defer = (cb: () => void) => setTimeout(cb, 0);
|