Skip to content

Commit

Permalink
Adding deno distribution files and moving files from /dist to /
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2024
1 parent d317971 commit 6c63afc
Show file tree
Hide file tree
Showing 106 changed files with 2,589 additions and 201 deletions.
161 changes: 0 additions & 161 deletions .github/workflows/ci.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions axios/createAxiosSharedClient.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { AxiosInstance } from "axios";
import type { UnknownSharedRoute } from "..";
import { HandlerCreator } from "..";
import { HttpClientOptions } from "../validations";
export declare const createAxiosHandlerCreator: <SharedRoutes extends Record<string, UnknownSharedRoute>>(axios: AxiosInstance, options?: HttpClientOptions) => HandlerCreator<SharedRoutes>;
export declare const createAxiosSharedClient: <SharedRoutes extends Record<string, UnknownSharedRoute>>(sharedRouters: SharedRoutes, axios: AxiosInstance, validationOptions?: HttpClientOptions) => import("..").HttpClient<SharedRoutes>;
164 changes: 164 additions & 0 deletions axios/createAxiosSharedClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions axios/createAxiosSharedClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions axios/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { createAxiosSharedClient } from "./createAxiosSharedClient";
6 changes: 6 additions & 0 deletions axios/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions axios/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c63afc

Please sign in to comment.