UNPKG

@docuify/engine

Version:

A flexible, pluggable engine for building and transforming documentation content from source files.

7 lines (4 loc) 346 B
import { DocuifyNode } from '../base/types.js'; declare function preloadFlatNodesContent(nodes: DocuifyNode[], concurrency?: number, keepContent?: boolean): Promise<void>; declare function preloadTreeContent(tree: DocuifyNode, concurrency?: number, keepContent?: boolean): Promise<void>; export { preloadFlatNodesContent, preloadTreeContent };