@atproto/xrpc
Version:
atproto HTTP API (XRPC) client library
10 lines • 342 B
TypeScript
export * from './client';
export * from './fetch-handler';
export * from './types';
export * from './util';
export * from './xrpc-client';
import { Client } from './client';
/** @deprecated create a local {@link XrpcClient} instance instead */
declare const defaultInst: Client;
export default defaultInst;
//# sourceMappingURL=index.d.ts.map