@asciidoctor/core - v4.0.3
    Preparing search index...

    Type Alias TreeProcessorDslInterface

    TreeProcessorDslInterface: Omit<DocumentProcessorDslInterface, "process"> & {
        process(
            fn: (
                this: TreeProcessorDslInterface,
                document: Document,
            ) => void | Document,
        ): void;
    }

    DSL interface for tree processors.