@zayne-labs/callapi
Version:
A lightweight wrapper over fetch with quality of life improvements like built-in request cancellation, retries, interceptors and more
9 lines • 432 B
TypeScript
//#region src/constants/common.d.ts
declare const fetchSpecificKeys: readonly (keyof RequestInit | "duplex")[];
//#endregion
//#region src/constants/validation.d.ts
declare const fallBackRouteSchemaKey = "@default";
type FallBackRouteSchemaKey = typeof fallBackRouteSchemaKey;
//#endregion
export { fallBackRouteSchemaKey as n, fetchSpecificKeys as r, FallBackRouteSchemaKey as t };
//# sourceMappingURL=validation-Do6HBp6Z.d.ts.map