Skip to content

Commit

Permalink
fix: tests failing due to export change
Browse files Browse the repository at this point in the history
  • Loading branch information
elmouradiaminedev committed Feb 10, 2024
1 parent 055ccc8 commit 8201d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ export const translate = {
return _translate("Math", expression, _stringifyOptions(options));
},
};

export default {
translate,
};

0 comments on commit 8201d3e

Please sign in to comment.