UNPKG

spacerepetition

Version:
3 lines (2 loc) 137 B
import { Flashcard, UIConfig } from "../types.js"; export declare function prepareFlashcards(cards: any, config: UIConfig): Flashcard[];