oleksiyk / kafka

Apache Kafka 0.9 client for Node
MIT License
297 stars 85 forks source link

Export all Typescript types #198

Closed cmaddalozzo closed 7 years ago

cmaddalozzo commented 7 years ago

In order to use the types properly with Typescript they need to be exported. The original type declaration exports some but not all of the types. This PR exports all of the types and fixes a couple of missing/incorrect types.

cmaddalozzo commented 7 years ago

Any word on this?