You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
"npm install msgpack" installs msgpack-node
https://www.npmjs.com/package/msgpack
"npm install @types/msgpack" installs DefinitelyTyped file for msgpack-javascript
https://www.npmjs.com/package/@types/msgpack
I also added an issued here DefinitelyTyped/DefinitelyTyped#14157
Are there any solutions for this?
The text was updated successfully, but these errors were encountered: