UNPKG

@flesh-and-blood/search

Version:

TypeScript search engine for Flesh and Blood cards

5 lines (4 loc) 249 B
import { Card } from "@flesh-and-blood/types"; export declare const getCardByName: (name: string, cards: Card[]) => Card; export declare const getCleanText: (text: string) => string; export declare const getNormalizedText: (text: string) => string;