UNPKG

node-irr

Version:

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

5 lines (4 loc) 112 B
export * from './bisection'; export * from './definition'; export * from './factory'; export * from './newton';