comparer: {
    default: typeof defaultComparer;
    identity: typeof identityComparer;
    shallow: typeof shallowComparer;
    structural: typeof structuralComparer;
}
Type declaration
- default: typeof defaultComparer
- identity: typeof identityComparer
- shallow: typeof shallowComparer
- structural: typeof structuralComparer