vanthome / winston-elasticsearch

An elasticsearch transport for winston
MIT License
270 stars 131 forks source link

Add export type declaration for ElasticsearchTransformer #192

Closed mkroo closed 3 years ago

mkroo commented 3 years ago

There is no way to import ElasticsearchTransformer with type declaration on typescript, This PR allow import ElasticsearchTransformer with type declaration.

Related with: PR#186