Blame view
resources/js/global.d.ts
247 Bytes
e77200db5 Initial commit |
1 2 3 4 5 |
declare var DataStore: any; declare var Tote: typeof import('app/lib/node/predictor/Tote'); declare var Score: typeof import('app/lib/node/predictor/Score'); declare var PointsCalculator: typeof import('app/lib/node/predictor/PointsCalculator'); |