Skip to content

Commit

Permalink
types: missing dir function export for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Dec 19, 2022
1 parent 9379a75 commit b87516d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 22.4.6

- types: missing dir function export for typescript

## 22.4.5

- types: allow als general options as second argument for t function
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -1494,6 +1494,7 @@ export default i18next;

export const createInstance: i18n['createInstance'];

export const dir: i18n['dir'];
export const init: i18n['init'];
export const loadResources: i18n['loadResources'];
export const reloadResources: i18n['reloadResources'];
Expand Down

0 comments on commit b87516d

Please sign in to comment.