import { PropertyStoredComparer } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/ts_morph_common.d.ts";
A stored comparer that compares a property to a stored value.
Constructors
new
PropertyStoredComparer(getProperty: (value: TValue) => TProperty, comparer: StoredComparer<TProperty>)Constructor.