@protobuf-ts/twirp-transport
Version:
Twirp transport for clients generated by the protoc plugin "protobuf-ts".
7 lines (6 loc) • 397 B
JavaScript
// Public API of the Twirp transport.
// Note: we do not use `export * from ...` to help tree shakers,
// webpack verbose output hints that this should be useful
export { TwirpFetchTransport } from './twirp-transport';
export { createTwirpRequestHeader, parseTwirpErrorResponse, parseMetadataFromResponseHeaders } from './twirp-format';
export { TwirpErrorCode } from "./twitch-twirp-error-code";