dtex / j5e

Framework for embedded devices using ECMA-419, the ECMAScript® embedded systems API specification, based on Johnny-Five's API
https://www.j5e.dev/
MIT License
64 stars 6 forks source link

Fix document LED.blink params is optional. #107

Closed MKGaru closed 2 years ago

MKGaru commented 2 years ago

Fixed an error when using with allowJs at typescript

current image

patched image

dtex commented 2 years ago

Thank You.

Also, TIL the TS plugin for VS Code parses the JSDoc comments.