tarotap
Version:
Complete 78-card Tarot deck library with 12-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH) and TypeScript
10 lines • 321 B
TypeScript
/**
* French Tarot Card Names - 78 Cards
* Noms des Cartes de Tarot en Français
*
* For more tarot resources visit: https://tarotap.com/en
* @author Tarotap Team <https://tarotap.com/en>
*/
import { TarotCard } from '../types';
export declare const tarotCardsFR: TarotCard[];
//# sourceMappingURL=cards-fr.d.ts.map