diff --git a/source/index.ts b/source/index.ts index 96446a7d..dc3d2af0 100644 --- a/source/index.ts +++ b/source/index.ts @@ -27,6 +27,8 @@ const ky = createInstance(); export default ky; +export type {KyInstance} from './types/ky.js'; + export type { Options, NormalizedOptions,