UNPKG

@betalytics/api

Version:

TypeScript SDK for Betalytics API - Sports analytics and betting data

8 lines 553 B
export type { Auth } from '../core/auth'; export type { QuerySerializerOptions } from '../core/bodySerializer'; export { formDataBodySerializer, jsonBodySerializer, urlSearchParamsBodySerializer, } from '../core/bodySerializer'; export { buildClientParams } from '../core/params'; export { createClient } from './client'; export type { Client, ClientOptions, Config, CreateClientConfig, Options, OptionsLegacyParser, RequestOptions, RequestResult, TDataShape, } from './types'; export { createConfig } from './utils'; //# sourceMappingURL=index.d.ts.map