UNPKG

@metis-w/api-client

Version:

Modern TypeScript HTTP API client with dynamic routes, parameterized endpoints, interceptors, and advanced features

11 lines 439 B
export * from "./core"; export * from "./types"; export * from "./utils"; export * from "./interceptors"; export * from "./libs"; import { APIClient } from "./core"; import type { APIConfig } from "./types"; import type { IDynamicClient } from "./core"; export declare const createClient: (config: APIConfig) => APIClient; export declare const createDynamicClient: (config: APIConfig) => IDynamicClient; //# sourceMappingURL=index.d.ts.map