DEV Community

Michael Di Prisco
Michael Di Prisco

Posted on

My Journey In The Open Source World - Contributing to other libraries #4

Follow me on Github!

As mentioned in my previous posts about contributing to other libraries, here are some of my efforts to improve some JavaScript libraries!


kv.js
I added TypeScript support thanks to the awesome tsc library doing all the work when JSDoc is used.

This is a simple, yet powerful addition because JavaScript developers nowadays expect a good TypeScript support and a .d.ts file can hugely improve developer experience.

Top comments (0)