@eagleoutice/flowr - v2.10.3
    Preparing search index...

    Type Alias FunctionArgument

    FunctionArgument:
        | NamedFunctionArgument
        | PositionalFunctionArgument
        | typeof EmptyArgument

    Summarizes either named (foo(a = 3, b = 2)), unnamed (foo(3, 2)), or empty (foo(,)) arguments within a function. See the FunctionArgument helper functions to check for the specific types.