UNPKG

tiny-is-equal

Version:

Tiny & Fast is-equal check with various ES6 objects.

2 lines (1 loc) 129 B
export type TestedConstructor = Array<any> | Date | Set<any> | Map<any, any> | RegExp | ArrayBuffer | Error | DataView | Object;