@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface BaseBuiltInDefinition {
        assumePrimitive?: boolean;
        names: Identifier[];
        type: string;
    }

    Hierarchy (View Summary)

    Index
    assumePrimitive?: boolean

    Should we assume that the value is a primitive?

    names: Identifier[]

    The function name to define to the given configuration

    type: string

    The type of the built-in configuration