From 4dd4077cebb429a301c2c6cb5500ca7ea067ffc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Berthommier?= Date: Sun, 7 Jan 2024 13:39:37 +0100 Subject: [PATCH] Export the `Input` TypeScript type (#552) --- source/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/source/index.ts b/source/index.ts index dc3d2af0..58010280 100644 --- a/source/index.ts +++ b/source/index.ts @@ -30,6 +30,7 @@ export default ky; export type {KyInstance} from './types/ky.js'; export type { + Input, Options, NormalizedOptions, RetryOptions,