UNPKG

fab-cards

Version:

TypeScript representations of Flesh and Blood cards

6 lines (5 loc) 167 B
import { Card } from './interfaces'; export declare const cards: Card[]; export declare const artists: string[]; export * from "./sets"; export * from "./interfaces";