Options for deepEquals.

interface DeepEqualsOptions {
    ignoreArrayOrder?: boolean;
    ignoreUndefined?: boolean;
}

Properties

ignoreArrayOrder?: boolean

Whether to ignore the order of the items in arrays

true
ignoreUndefined?: boolean

Whether to ignore undefined properties.

true