Documents for @litert/utils-object
    Preparing search index...

    Interface IDeepMergeOptions

    interface IDeepMergeOptions {
        arrayAsValue?: boolean;
        nullAsEmptyObject?: boolean;
    }
    Index

    Properties

    arrayAsValue?: boolean

    Whether to treat arrays as values.

    false
    
    nullAsEmptyObject?: boolean

    Whether to treat null as an empty object.

    This option helps to avoid overwriting an object with null.

    false