Skip to content

Commit

Permalink
Export the KyInstance type
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 1, 2023
1 parent f86ff90 commit 16eb51d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/index.ts
Expand Up @@ -27,6 +27,8 @@ const ky = createInstance();

export default ky;

export type {KyInstance} from './types/ky.js';

export type {
Options,
NormalizedOptions,
Expand Down

0 comments on commit 16eb51d

Please sign in to comment.