UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 276 B
import { EqualityOptions } from './EqualityOptions'; import { CanonicalType } from './getCanonicalType'; export declare function isEqualObject(value: object, valueStack: unknown[], other: object, otherStack: unknown[], options: EqualityOptions, type: CanonicalType): boolean;