UNPKG

node-irr-es5

Version:

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

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