UNPKG

@7-docs/cli

Version:

Command-line tool for 7-docs to ingest content

6 lines (5 loc) 239 B
/// <reference types="node" resolution-mode="require"/> export declare const parseDocument: (filePath: string, document: Buffer, maxLength: number) => Promise<{ title: string; sections: import("../types.js").DocumentSection[]; }>;