Skip to content

Commit

Permalink
fix: mjs typings export #125
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 20, 2023
1 parent 84b3e55 commit 53c84aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.4.2

- fix: mjs typings export

### 2.4.1

- fix: separate cjs and mjs typings
Expand Down
4 changes: 4 additions & 0 deletions index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ import * as index from './index.js';
export default index.default;

export type HttpBackendOptions = index.HttpBackendOptions;
export type RequestCallback = index.RequestCallback;
export type LoadPathOption = index.LoadPathOption;
export type AddPathOption = index.AddPathOption;
export type RequestResponse = index.RequestResponse;

0 comments on commit 53c84aa

Please sign in to comment.