UNPKG

@a11d/equals

Version:

A value equality utility library.

6 lines 269 B
/** * A helper function usually used with Lit \@property's "hasChanged" option to * replace the default identity check with an equality check. */ export declare function hasChanged(value: unknown, oldValue: unknown): boolean; //# sourceMappingURL=hasChanged.d.ts.map