Potentially we could look at adding some extra fields to the JSON that allow the types to be documented in a more typescript-friendly way? However surely you don't have to describe every API function at that level?
I mean, even without that it's still going to be able to check your code and your use of the API functions in a lot of cases (just not all of them).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Potentially we could look at adding some extra fields to the JSON that allow the types to be documented in a more typescript-friendly way? However surely you don't have to describe every API function at that level?
I mean, even without that it's still going to be able to check your code and your use of the API functions in a lot of cases (just not all of them).