rksm / paredit.js

Generic reader and editor for s-expressions.
MIT License
107 stars 21 forks source link

Add typescript declaration file #16

Closed sgarciac closed 6 years ago

sgarciac commented 6 years ago

A typescript declaration file for paredit.js. It has no effects on the javascript code, but it's a really nice to have for typescript users (type checking, tooling support, etc). I will keep it up to date with any change on the paredit.js API if the PR is accepted.

rksm commented 6 years ago

Thank you, this is great!