Skip to content

Commit

Permalink
feat(money): small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Jul 18, 2024
1 parent 98ecd61 commit e57690e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/money/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export * from './Money.js';
export * from './moneyFactory.js';
export * from './moneyMath.js';
export * from './formatMoney.js';
export * from './symbols.js';
1 change: 1 addition & 0 deletions packages/money/src/symbols.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const PLN_SYMBOL = 'zł';

0 comments on commit e57690e

Please sign in to comment.