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

    Type Alias DocinfoProcessorDslInterface

    DocinfoProcessorDslInterface: Omit<DocumentProcessorDslInterface, "process"> & {
        atLocation(value: string): void;
        process(
            fn: (this: DocinfoProcessorDslInterface, document: Document) => string,
        ): void;
    }

    DSL interface for docinfo processors.