haveno-ts/dist/index.d.ts
woodser befdf7b33e
Export protobuf types (#100)
* update to monero-javascript v0.7.0
* bump to version v0.0.2
* terminate monero-javascript worker at end of tests
2022-05-10 09:55:41 -04:00

7 lines
209 B
TypeScript

import HavenoClient from "./HavenoClient";
import HavenoUtils from "./utils/HavenoUtils";
export { HavenoClient };
export { HavenoUtils };
export * from "./protobuf/grpc_pb";
export * from "./protobuf/pb_pb";