UNPKG
clean-code-metrics
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
metrics for clean code
github.com/Xanlantos/clean-code
Xanlantos/clean-code
clean-code-metrics
/
src
/
types
/
SummaryTask.d.ts
5 lines
(4 loc)
•
63 B
TypeScript
View Raw
1
2
3
4
5
export
type
SummaryTask
= {
task
:
string
;
amount
:
number
; };