UNPKG

@notatki/cli

Version:

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

6 lines 237 B
export declare function pathTo(...file: string[]): string; export declare function findNoteFiles(dir: string, exclude?: readonly string[]): Promise<{ notePaths: string[]; modelPaths: string[]; }>; //# sourceMappingURL=io.d.ts.map