UNPKG

@backtest/framework

Version:

Backtesting trading strategies in TypeScript / JavaScript

4 lines (3 loc) 218 B
import { ImportCSV } from '../helpers/interfaces'; export declare function importCSV(importCSVParams: ImportCSV): Promise<boolean>; export declare function exportCSV(name: string, rootPath?: string): Promise<boolean>;