developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.28k stars 110 forks source link

TypeScript types #73

Closed AnandChowdhary closed 4 years ago

AnandChowdhary commented 5 years ago

There's no types for the package available, both within the package or using @types/snarkdown. 😢

AnandChowdhary commented 5 years ago

I've made a pull request #74 which fixes this!

florianmrz commented 4 years ago

When installing from npm (Version 1.2.2), I end up without the type declarations, the package only includes a src and a dist folder. Are these being omitted when publishing to npm?

See https://unpkg.com/browse/snarkdown@1.2.2/

I opened a new issue regarding this: #89