UNPKG

ydeck

Version:

Parse, validate, and classify Yu-Gi-Oh! decklists

3 lines (2 loc) 115 B
import { CardIndex } from "."; export declare function generateText(deck: Uint32Array, data: CardIndex): string;