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

Add support for types (fixes #73) #74

Closed AnandChowdhary closed 4 years ago

AnandChowdhary commented 5 years ago

I've added types for people who want to use Snarkdown with TypeScript. 😄

anykeyh commented 4 years ago

No follow up on this? :(

kenberkeley commented 4 years ago

Any update?

AnandChowdhary commented 4 years ago

This is a pretty minor update and should not affect people not using TypeScript at all, but makes the library very useful for those projects. Would love to see this merged! :)

developit commented 4 years ago

Apologies for the delay - I've not been doing a good job of maintaining this library since I've not had a use-case for it in a little while.

makoven commented 4 years ago

@developit Could you please publish a curent version (with types) to NPM

developit commented 4 years ago

2.0.0 has been published, apologies.

makoven commented 4 years ago

@developit, many thanks