UNPKG

@firestone-hs/replay-parser

Version:

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

10 lines (9 loc) 391 B
import { Game } from '../../models/game/game'; import * as i0 from "@angular/core"; export declare class NarratorService { constructor(); populateActionTextForLastTurn(game: Game): Game; createGameStoryForLastTurn(game: Game): Game; static ɵfac: i0.ɵɵFactoryDeclaration<NarratorService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NarratorService>; }