UNPKG

node-irr-es5

Version:

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

8 lines (7 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.zeros = void 0; function zeros(length) { return new Array(length).fill(0); } exports.zeros = zeros;