UNPKG
@raccoons-co/ethics
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.0
0.1.1
Clean code ethics.
github.com/raccoons-co/ethics
raccoons-co/ethics
@raccoons-co/ethics
/
lib
/
test
/
StrictNotNullTest.d.ts
7 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
export default class StrictNotNullTest {
throwsExceptionIfNullPointer
(): void;
throwsExceptionIfUndefinedPointer
(): void;
returnsSameObjectReference
(): void;
excludesUndefined
(): void; }