@fireworkhq/proto-contract
v1.8.30
Published
Firework TypeScript contract generated from proto-contract protos
Downloads
7,433
Keywords
Readme
Proto contract for TypeScript
TypeScript types generated from the proto files. It goes through the following steps:
- Use
ts-proto
to generate.ts
files. - Use
tsc
to generate.d.ts
files. - Use the custom script
bundle_dts.js
to generate anindex.d.ts
file. - Publish the generated
.d.ts
files to NPM.