UNPKG

@appraised/node-irr

Version:

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

6 lines (5 loc) 223 B
export * from './irr/irr'; export * from './irr/xirr'; export * from './irr/convert-rate'; export { XirrInput } from './irr/definition'; export { Root, RootFinderMethod, RootFinderOptions } from './root-finder/definition';