UNPKG

node-irr-es5

Version:

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

9 lines (8 loc) 172 B
export declare type XirrInput = { amount: number; date: string | Date; }; export declare type InternalXirrInput = { amount: number; day: number; };