Skip to content

Commit

Permalink
fix: prettier rules
Browse files Browse the repository at this point in the history
  • Loading branch information
javipuche committed Sep 5, 2023
1 parent 120f387 commit 7941684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type {
AfterResponseHook,
} from './types/hooks.js';

export type { KyInstance } from "./types/ky.js";
export type {KyInstance} from './types/ky.js';
export type {ResponsePromise} from './types/ResponsePromise.js';
export type {KyResponse} from './types/response.js';
export {HTTPError} from './errors/HTTPError.js';
Expand Down

0 comments on commit 7941684

Please sign in to comment.