UNPKG

@notatki/core

Version:

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

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