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

    Type Alias SigParam

    SigParam:
        | number
        | [nameIdx: number, props: number]
        | [nameIdx: number, props: number, defaultIdx: number]

    One parameter of a signature (position implied by array order): nameIdx, [nameIdx, props], or [nameIdx, props, defaultIdx] (indices into the global dictionary). props is the ArgProp bitfield, whose two lowest bits are the pre-existing Forced/NoDefault, so old bundles read the same.