dcodeIO / long.js

A Long class for representing a 64-bit two's-complement integer value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript declarations

andrezsanchez opened this issue · comments

I am having to modify the TypeScript typings for this project, which seem to be incorrect (from the types/long NPM package). Would you accept PRs to include (and fix) TS declaration files in this repo?

commented

Absolutely, would be great to ship proper typing with the package itself.

Related: protobufjs/protobuf.js#1026

Great, just wanted to make sure before I took the time.