UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

6 lines (5 loc) 182 B
export declare const eq: { exact: (a?: unknown, b?: unknown) => boolean; subset: (a?: unknown, b?: unknown) => boolean; string: (a?: unknown, b?: unknown) => boolean; };