UNPKG

@raccoons-co/ethics

Version:
9 lines (8 loc) 301 B
export default class ImmutableObjectTest { isFrozen(): void; hasCorrectInstanceType(): void; throwsExceptionOnChangeProperty(): void; throwsExceptionOnCreateProperty(): void; throwsExceptionOnExtensionWithProperty(): void; throwsExceptionOnImmutableExtendsImmutable(): void; }