Open
Description
protobuf.js version: 5.0.3
After npm install
there should be type definitions available.
In master, package.json
appears to be configured for type definitions:
However the process to release must be rewriting the file to remove the reference to index.d.ts
and the type definition files are also excluded from the npm release completely.
This is perhaps the cause of grpc/grpc-node#572