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
/
main
/
index.d.ts
12 lines
(11 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * © 2023 Raccoons. Developing a simple way to change. * * The clean code ethics library. * *
@packageDocumentation
*/
import
Strict
from
"./Strict"
;
import
Optional
from
"./Optional"
;
import
Immutable
from
"./Immutable"
;
export
{
Strict
,
Optional
,
Immutable
};