Interface ComparePropsOptions

Options for compareProps function.

interface ComparePropsOptions {
    missingEqualsUndefined?: boolean;
}

Properties

missingEqualsUndefined?: boolean

If true, missing properties in the first object will be considered as equal to explicit undefined properties in the second.