UNPKG

node-irr

Version:

A Node.js package that provides an easy and customizable way to calculate internal rate of return.

6 lines (5 loc) 138 B
export * from './convert-rate'; export * from './definition'; export * from './irr'; export * from './transform'; export * from './xirr';