UNPKG

@firestone-hs/replay-parser

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.

16 lines (15 loc) 592 B
import { Game } from '../../models/game/game'; import { HistoryItem } from '../../models/history/history-item'; import * as i0 from "@angular/core"; export declare class TurnParserService { constructor(); createTurns(game: Game, history: readonly HistoryItem[]): Game; private parseTurn; private parseMulliganTurn; private isMulligan; private isMulliganDone; private isStartOfTurn; private isGameEntity; static ɵfac: i0.ɵɵFactoryDeclaration<TurnParserService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TurnParserService>; }