kaue / jsonexport

{} → :page_facing_up: it's easy to convert JSON to CSV
http://kaue.github.io/jsonexport/
Apache License 2.0
247 stars 41 forks source link

typeHandlers is not part of UserOptions #89

Closed lordlycastle closed 2 years ago

lordlycastle commented 4 years ago

I'm using 3.0.1 version of this package and 3.0.0 version of @types package. It doesn't have typeHandlers option in options: UserOptions argument. This fails the typescript from compiling and fails.

AckerApple commented 4 years ago

I don’t think we control the @types package as I believe thats auto or near manually created.

I have no immediate help to offer.

https://www.npmjs.com/package/@types/jsonexport

g-ongenae commented 4 years ago

It is manually created, I did it. Also, I noticed the missing UserOptions and created a PR on @types about one month ago, but it hasn't been merged due to the lack of review. If you review, it should be published quickly by @types' bot: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/48973