UNPKG

immutable-class-tester

Version:
6 lines 230 B
export interface TesterOptions { newThrows?: boolean; context?: any; } export declare function testImmutableClass<TypeJS>(ClassFn: any, objects: TypeJS[], options?: TesterOptions): void; //# sourceMappingURL=index.d.ts.map