@firestone-hs/replay-parser
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.
14 lines (13 loc) • 635 B
TypeScript
import { AllCardsService as BaseService, ReferenceCard } from '@firestone-hs/reference-data';
import * as i0 from "@angular/core";
export declare class AllCardsService {
service: BaseService;
constructor();
getCard(id: string, errorWhenUndefined?: boolean): ReferenceCard;
getCardFromDbfId(dbfId: number): ReferenceCard;
getCardsFromDbfIds(dbfIds: number[]): ReferenceCard[];
getCards(): ReferenceCard[];
initializeCardsDb(version?: string): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<AllCardsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AllCardsService>;
}