@zimic/fetch
Version:
Next-gen TypeScript-first fetch API client
19 lines (14 loc) • 638 B
text/typescript
export type { JSONStringified } from './client/types/json';
export type { Fetch, InferFetchSchema, FetchOptions, FetchDefaults, FetchInput } from './client/types/public';
export type {
FetchRequestConstructor,
FetchRequest,
FetchRequestObject,
FetchRequestInit,
FetchResponse,
FetchResponsePerStatusCode,
FetchResponseObject,
} from './client/types/requests';
export { default as FetchResponseError } from './client/errors/FetchResponseError';
export type { FetchResponseErrorObject, FetchResponseErrorObjectOptions } from './client/errors/FetchResponseError';
export { default as createFetch } from './client/factory';