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

    Type Alias PreprocessorDslInterface

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

    DSL interface for preprocessors.