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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    consider?: string | string[]