import { PropertyStoredComparer } from "https://deno.land/x/ts_morph@18.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.