Wow, that's interesting - thanks!
Probably the easiest source of type info is to look at http://www.espruino.com/json/espruino.json - the IDE uses this for type info and inferencing.
It's in Tern's type format so I guess it's possible you could find a converter that already exists?
@Gordon started
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.
Wow, that's interesting - thanks!
Probably the easiest source of type info is to look at http://www.espruino.com/json/espruino.json - the IDE uses this for type info and inferencing.
It's in Tern's type format so I guess it's possible you could find a converter that already exists?