diff --git a/source/index.ts b/source/index.ts index 531a34f9..14ed35f0 100644 --- a/source/index.ts +++ b/source/index.ts @@ -27,5 +27,7 @@ const ky = createInstance(); export default ky; +export {Options}; + export {HTTPError} from './errors/HTTPError.js'; export {TimeoutError} from './errors/TimeoutError.js';