UNPKG

@vrerv/md-to-notion

Version:

An upload of markdown files to a hierarchy of Notion pages.

4 lines 218 B
export { LogLevel, Logger, makeConsoleLogger } from "./logging"; export { readMarkdownFiles, printFolderHierarchy } from "./read-md"; export { syncToNotion } from "./sync-to-notion"; //# sourceMappingURL=index.d.ts.map