Skip to content

Commit 0b23a7f

Browse files
committed
chore: jsdoc generation
1 parent f1ec562 commit 0b23a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type Config<E, R> = {
2121
interceptors?: Interceptors<E, R>;
2222
};
2323

24+
/** @internal */
2425
export type Handler = (
2526
url: string | URL | HttpRequest,
2627
init?:

0 commit comments

Comments
 (0)