Skip to content

Commit

Permalink
Fix missing Options TypeScript type
Browse files Browse the repository at this point in the history
Fixes #347
  • Loading branch information
sindresorhus committed May 25, 2021
1 parent 1338996 commit 3ad1eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ const ky = createInstance();

export default ky;

export {Options};

export {HTTPError} from './errors/HTTPError.js';
export {TimeoutError} from './errors/TimeoutError.js';

0 comments on commit 3ad1eab

Please sign in to comment.