lloyd / JSONSelect

CSS-like selectors for JSON
http://jsonselect.org
ISC License
1.59k stars 116 forks source link

Adding typescript typings #81

Open robertleeplummerjr opened 3 years ago

robertleeplummerjr commented 3 years ago

What a fantastic little library! I'm converting a parser generator over to typescript that depends on this library, and thought this would be a fun little challenge that would help me too. Hopefully this is satisfactory, but if not, I can change anything to help others.

Thank you again for your hard work and well thought out project!