UNPKG

@backtest/framework

Version:

Backtesting trading strategies in TypeScript / JavaScript

6 lines (5 loc) 273 B
import { getResult } from '../../helpers/prisma-results'; import { GetStrategyResult } from '../../helpers/interfaces'; export declare function findResultNames(): Promise<string[]>; export declare function findResults(): Promise<GetStrategyResult[]>; export { getResult };