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
/
ClassWithPropertyExtendsImmutableMock.d.ts
6 lines
(5 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
import
ImmutableMock
from
"./ImmutableMock"
;
export
default
class
ClassWithPropertyExtendsImmutableMock
extends
ImmutableMock
{
private
readonly
value;
constructor
(
); }