UNPKG

@notatki/core

Version:

A collection of tools for creating and syncing Anki notes from simple text files.

3 lines 180 B
import { type NoteNode } from "@notatki/parser"; export declare function reformatNoteNodes(nodes: Iterable<NoteNode>): NoteNode[]; //# sourceMappingURL=reformat-note-nodes.d.ts.map