Skip to content

Commit

Permalink
🐞 fix: 导出未导出的类型
Browse files Browse the repository at this point in the history
  • Loading branch information
hmydgz committed Aug 21, 2023
1 parent 0273b1c commit 129a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function diffObjKey({ benchmark, obj, parentKey = [], path }: DiffObjKeyOptions)
return diff
}

type CheckI18nKeysOptions = {
export type CheckI18nKeysOptions = {
/**
* 匹配 locale 文件夹的正则
* @default /locale/
Expand Down

0 comments on commit 129a166

Please sign in to comment.