augment-vir - v32.2.2
    Preparing search index...

    Type Alias PartialDeepOptions

    Options for PartialDeep.

    Copied from the PartialDeepOptions type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).

    type PartialDeepOptions = {
        allowUndefinedInNonTupleArrays?: boolean;
        recurseIntoArrays?: boolean;
    }
    Index
    allowUndefinedInNonTupleArrays?: boolean

    Allows undefined values in non-tuple arrays.

    false
    
    recurseIntoArrays?: boolean

    Whether to affect the individual elements of arrays and tuples.

    false