browser-automation / cba

Chromium Browser Automation (extension for chrome browser automation).
https://chrome-automation.com
GNU General Public License v3.0
112 stars 16 forks source link

No issue - added JSDoc types to DB methods #121

Closed Manvel closed 10 months ago

Manvel commented 10 months ago

CBA is a loose typed, making it bit challenging to work with. Typescript will require adding another build step, which would be nice to avoid, meaning if we can keep JSDoc over TypeScript, will be great, this way we will need to maintain way less dependencies and keep the project simple, so let's try avoid converting this to TypeScript.