Installation
npm install --save @types/deep-equal-in-any-order
Summary
This package contains type definitions for deep-equal-in-any-order (https://github.com/oprogramador/deep-equal-in-any-order#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-equal-in-any-order.
declare global {
namespace Chai {
interface Deep {
equalInAnyOrder: Equal;
}
}
}
declare global {
namespace Chai {
interface Assert {
deepEqualInAnyOrder: <T>(actual: T, expected: T, message?: string) => void;
notDeepEqualInAnyOrder: <T>(actual: T, expected: T, message?: string) => void;
}
}
}
declare const deepEqualInAnyOrder: Chai.ChaiPlugin;
export = deepEqualInAnyOrder;
Additional Details
- Last updated: Fri, 13 Dec 2024 13:09:04 GMT
- Dependencies: none
Credits
These definitions were written by Bastien Caudan.