@ucanto/transport
Version:
ucanto transport
10 lines • 395 B
TypeScript
export const contentType: "application/car";
/**
* This is an inbound codec designed to support legacy clients and encode
* responses in a legacy (CBOR) format.
*/
export const inbound: import("@ucanto/interface").InboundCodec;
import * as request from './legacy/request.js';
import * as response from './legacy/response.js';
export { request, response };
//# sourceMappingURL=legacy.d.ts.map