espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.75k stars 739 forks source link

Add typings for `setTimeout`/`setInterval` and co. #2373

Closed bobrippling closed 1 year ago

bobrippling commented 1 year ago

This uses branding to help to catch issues where we might pass the wrong number, or a function to clearInterval and related functions.

gfwilliams commented 1 year ago

Thanks!