UNPKG

@gptp/core

Version:

Library to supercharge your use of large language models

8 lines (7 loc) 253 B
import { MarkdownStructure } from './MarkdownStructure'; /** * Computes the deepness of the markdown structure. * * @private within the library */ export declare function countMarkdownStructureDeepness(markdownStructure: MarkdownStructure): number;