msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 72 forks source link

DefinitelyTyped for msgpack-node #39

Open yohei1126 opened 7 years ago

yohei1126 commented 7 years ago

I am using msgpack-node with TypeScript. so I need types file for TypeScript code so that I can import msgpack-node from TypeScript code. https://basarat.gitbooks.io/typescript/content/docs/types/@types.html Although, msgpack-node does not have DefinitelyTyped and there is inconsistency between npm module and DefinitelyTyped.

I also added an issued here https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14157 Are there any solutions for this?

yohei1126 commented 7 years ago

if my understanding is correct, definitelytyped module and npm module must be the same name.

llint commented 6 years ago

I encountered the same issue, and I ended up writing a typescript definition file for msgpack-node myself.