diff --git a/source/index.ts b/source/index.ts index acdb568a..852c0d73 100644 --- a/source/index.ts +++ b/source/index.ts @@ -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';