utilium
    Preparing search index...

    Interface DeepAssignOptions

    interface DeepAssignOptions {
        replaceArrays?: boolean;
        unsafeOverrideConstructor?: boolean;
    }
    Index
    replaceArrays?: boolean

    Whether to replace arrays instead of merging them

    unsafeOverrideConstructor?: boolean

    Whether to allow unsafe override of the constructor property