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
/
given
/
ImmutableMock.d.ts
5 lines
(4 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
5
export default
class
ImmutableMock
{ private mutableProperty; setProperty(value: string): void; }