UNPKG

quantitivecalc

Version:

A TypeScript library providing advanced quantitative finance functions for risk analysis, performance metrics, and technical indicators. (Currently in development)

6 lines (5 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.qCalc = void 0; var all_1 = require("./all"); Object.defineProperty(exports, "qCalc", { enumerable: true, get: function () { return all_1.qCalc; } });