@eagleoutice/flowr - v2.15.9
    Preparing search index...
    interface ProblematicInputsConfig {
        consider?: string | readonly string[];
        inputFns?: InputClassifierConfig<readonly Identifier[] | FlowrSearchLike>;
        pipeCommandFunctions?:
            | PipeCommandFunctionSpec
            | readonly PipeCommandFunctionSpec[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    consider?: string | readonly string[]
    pipeCommandFunctions?:
        | PipeCommandFunctionSpec
        | readonly PipeCommandFunctionSpec[]