UNPKG

@notatki/core

Version:

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

3 lines 170 B
import { type NoteNode } from "@notatki/parser"; export declare function printNoteNodes(nodes: Iterable<NoteNode>): string; //# sourceMappingURL=print-note-nodes.d.ts.map