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

    Type Alias PostprocessorDslInterface

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

    DSL interface for postprocessors.