Skip to content

Variable: comparer

ts
const comparer: {
  default: typeof defaultComparer;
  identity: typeof identityComparer;
  shallow: typeof shallowComparer;
  structural: typeof structuralComparer;
};

Defined in: mobx:

Type Declaration

NameTypeDefined in
defaulttypeof defaultComparermobx:
identitytypeof identityComparermobx:
shallowtypeof shallowComparermobx:
structuraltypeof structuralComparermobx:

See

https://mobx.js.org/README.html