UNPKG

guardz-axios

Version:

Type-safe HTTP client built on top of Axios with runtime validation using guardz. Part of the guardz ecosystem for comprehensive TypeScript type safety.

8 lines 231 B
export * from "./safeGet"; export * from "./safePost"; export * from "./safePut"; export * from "./safePatch"; export * from "./safeDelete"; export * from "./safeRequest"; export * from "./safe"; //# sourceMappingURL=index.d.ts.map