UNPKG

tcompare

Version:

A comprehensive comparison library, for use in test frameworks

8 lines 237 B
import { Has } from './has.js'; /** * The same as {@link tcompare!has.Has}, but strictly compare all properties */ export declare class HasStrict extends Has { test(): boolean | "COMPLEX"; } //# sourceMappingURL=has-strict.d.ts.map