wormhole/sdk/js-proto-web/src/index.ts

16 lines
783 B
TypeScript

export * as annotations from "./google/api/annotations";
export * as http from "./google/api/http";
export * as descriptor from "./google/protobuf/descriptor";
export * as gossip from "./gossip/v1/gossip";
export * as node from "./node/v1/node";
export * as publicrpc from "./publicrpc/v1/publicrpc";
export * as spy from "./spy/v1/spy";
import type * as Annotations from "./google/api/annotations";
import type * as Http from "./google/api/http";
import type * as Descriptor from "./google/protobuf/descriptor";
import type * as Gossip from "./gossip/v1/gossip";
import type * as Node from "./node/v1/node";
import type * as Publicrpc from "./publicrpc/v1/publicrpc";
import type * as Spy from "./spy/v1/spy";
export { Annotations, Http, Descriptor, Gossip, Node, Publicrpc, Spy };