UNPKG

crypto-backtest

Version:

Backtesting on market data imported from crypto exchange

10 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Strategy = void 0; class Strategy { constructor(options) { Object.assign(this, options); } } exports.Strategy = Strategy; //# sourceMappingURL=Strategy.js.map