UNPKG

@notatki/core

Version:

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

5 lines 265 B
import { type NoteNode } from "@notatki/parser"; export type IdGenerator = () => string; export declare const idGenerator: IdGenerator; export declare function insertNoteId(nodes: NoteNode[], gen?: IdGenerator): boolean; //# sourceMappingURL=insert-note-id.d.ts.map