UNPKG

@notatki/core

Version:

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

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