UNPKG

financial-calcs

Version:

Reusable financial calculation library for FERS, Social Security, retirement savings, and mortgage amortization

6 lines 221 B
export * from './mortgage/amortization'; export * from './retirement/savings'; export * from './pension/fers'; export * from './socialSecurity/benefit'; export * from './college/tuition'; //# sourceMappingURL=index.js.map