From 16eb51de3c5f7f33b4f161db6a21cdb6de1ab2a3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 2 Nov 2023 02:02:25 +0700 Subject: [PATCH] Export the `KyInstance` type --- source/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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,