alexbeletsky / toml-js

TOML parser implementation (node.js + browser)
23 stars 9 forks source link

Add typescript definition #7

Open jesseditson opened 3 months ago

jesseditson commented 3 months ago

Hey! This library seems to be the only browser-compatible toml.dump implementation I could find, thank you!

I'm in a typescript environment and just declared the types locally for this, but figured you may want them in the npm package. This commit will allow typescript to check this library whenever it's published.