export type TestedConstructor = Array<any> | Date | Set<any> | Map<any, any> | RegExp | ArrayBuffer | Error | DataView | Object;
