UNPKG

@docuify/engine

Version:

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

6 lines (3 loc) 152 B
import { SourceFile, DocuifyNode } from '../base/types.js'; declare function buildTree(sourceFiles: SourceFile[]): DocuifyNode; export { buildTree };