This website requires JavaScript.
Explore
Help
Sign In
HMC
/
handmade-revolt
forked from
abner/for-legacy-web
Watch
2
Star
0
Fork
You've already forked handmade-revolt
0
Code
Pull Requests
Actions
Activity
01cdce492e
handmade-revolt
/
src
/
lib
/
defer.ts
2 lines
60 B
TypeScript
Raw
Blame
History
export
const
defer
=
(
cb
:
(
)
=
>
void
)
=
>
setTimeout
(
cb
,
0
)
;
View Git Blame
Copy Permalink