Skip to content

Commit 636cd59

Browse files
authored
feat: export savingsUtils namespace (#19)
1 parent bdba06a commit 636cd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/calculators/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ export * from './savings-end-value'
77
export * from './savings-interest-rate'
88
export * from './savings-payment'
99
export * from './savings-start-value'
10+
export * as savingsUtils from './savings-utils'

0 commit comments

Comments
 (0)