MFML - v0.0.4
    Preparing search index...

    Type Alias Postprocessor

    Postprocessor: (
        params: PostprocessorParams,
    ) => Promise<MessageNode> | MessageNode

    Preprocessor that is run after the message text parsing.

    Type Declaration