Variable: comparer
ts
const comparer: {
default: typeof defaultComparer;
identity: typeof identityComparer;
shallow: typeof shallowComparer;
structural: typeof structuralComparer;
};Defined in: mobx:
Type Declaration
| Name | Type | Defined in |
|---|---|---|
default | typeof defaultComparer | mobx: |
identity | typeof identityComparer | mobx: |
shallow | typeof shallowComparer | mobx: |
structural | typeof structuralComparer | mobx: |