@piltoverarchive/riftbound-deck-codes
Version:
Encode and decode Riftbound TCG decks to/from shareable strings
12 lines • 402 B
TypeScript
/**
* Mapping of set codes to their numeric identifiers
* Format: SET_CODE -> numeric_id
*/
export declare const SET_MAP: Record<string, number>;
/**
* Mapping of variant codes to their numeric identifiers
* Format: variant_suffix -> numeric_id
* Empty string represents the base/default variant
*/
export declare const VARIANT_MAP: Record<string, number>;
//# sourceMappingURL=mappings.d.ts.map