Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushouhou committed Jan 15, 2025
1 parent 8484766 commit 16c74be
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion dist/cjs/hook.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export interface HookOptions {
}
export default function hook(options: HookOptions): void;
//# sourceMappingURL=hook.d.ts.map
1 change: 0 additions & 1 deletion dist/cjs/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import proxy from './proxy';
import hook from "./hook";
export { proxy, hook };
//# sourceMappingURL=index.d.ts.map
1 change: 0 additions & 1 deletion dist/cjs/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ export interface RequestError {
type: RequestErrorType;
}
export {};
//# sourceMappingURL=interfaces.d.ts.map
1 change: 0 additions & 1 deletion dist/cjs/proxy.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import { ProxyOptions } from "./interfaces";
export default function proxy(options: ProxyOptions, win?: Window): void;
//# sourceMappingURL=proxy.d.ts.map
1 change: 0 additions & 1 deletion dist/cjs/proxy.fetch.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import { ProxyOptions } from "./interfaces";
export default function proxyFetch(options: ProxyOptions, win: Window): void;
//# sourceMappingURL=proxy.fetch.d.ts.map
1 change: 0 additions & 1 deletion dist/cjs/proxy.xhr.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ declare global {
}
}
export default function proxyXHR(options: ProxyOptions, win: Window): void;
//# sourceMappingURL=proxy.xhr.d.ts.map

0 comments on commit 16c74be

Please sign in to comment.