@asciidoctor/core
    Preparing search index...

    Type Alias DocumentProcessorDslInterface

    DocumentProcessorDslInterface: ProcessorDslInterface & {
        prefer(): void;
        prepend(): void;
    }

    DSL interface for document processors (Preprocessor, TreeProcessor, Postprocessor, DocinfoProcessor).