skokenes / d3-lasso

A lasso plugin for d3
BSD 3-Clause "New" or "Revised" License
88 stars 34 forks source link

Add Typescript declaration #15

Open michaschwab opened 4 years ago

michaschwab commented 4 years ago

As is, this lasso can't really be used by TypeScript projects. This PR should fix that!

gioele-antoci commented 4 years ago

Wouldn't using generics instead of any allow even stronger typing?

michaschwab commented 4 years ago

I'm sure you could come up with stronger typings - feel free to do so. This just makes it usable.