UNPKG

tarotap

Version:

Complete 78-card Tarot deck library with 17-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH/TH/TR/PL/DA/NO) and TypeScript

10 lines 339 B
/** * Complete Tarot Deck - 78 Cards (Turkish) * Major Arcana (22 cards) + Minor Arcana (56 cards) * * For more tarot resources visit: https://tarotap.com/tr * @author Tarotap Team <https://tarotap.com/tr> */ import { TarotCard } from '../types'; export declare const tarotCardsTR: TarotCard[]; //# sourceMappingURL=cards-tr.d.ts.map