import hash, { NotUndefined } from "object-hash"; export const heq = (a: NotUndefined) => (b: NotUndefined) => hash(a) == hash(b);