UNPKG

@raccoons-co/ethics

Version:
7 lines (6 loc) 203 B
export default class StrictNotNullTest { throwsExceptionIfNullPointer(): void; throwsExceptionIfUndefinedPointer(): void; returnsSameObjectReference(): void; excludesUndefined(): void; }