diff-grok - v1.0.9
    Preparing search index...

    Type Alias Wrapper

    Represents a wrapper for a single modeling step in a multi-stage simulation.

    type Wrapper = {
        out: string | null;
        postproc: string | null;
        preproc: string | null;
    }
    Index

    Properties

    Properties

    out: string | null

    A script that generates the output of the step.

    postproc: string | null

    A postprocessing script applied after the step is executed.

    preproc: string | null

    A preprocessing script for the step's inputs.