@orpc/openapi-client
Version:
<div align="center"> <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" /> </div>
18 lines (15 loc) • 535 B
JavaScript
import { LinkFetchClient } from '@orpc/client/fetch';
import '@orpc/shared';
import '@orpc/contract';
import { a as StandardOpenAPILink } from '../../shared/openapi-client.B2Q9qU5m.mjs';
import '@orpc/client';
import '@orpc/client/standard';
import '@orpc/standard-server';
import '../../shared/openapi-client.t9fCAe3x.mjs';
class OpenAPILink extends StandardOpenAPILink {
constructor(contract, options) {
const linkClient = new LinkFetchClient(options);
super(contract, linkClient, options);
}
}
export { OpenAPILink };