@asciidoctor/core
    Preparing search index...

    Type Alias IncludeProcessorDslInterface

    IncludeProcessorDslInterface: DocumentProcessorDslInterface & {
        handles(fn: (doc: Document, target: string) => boolean): void;
    }

    DSL interface for include processors.