UNPKG
@aldy505/kruonis
Version:
latest (0.0.1)
0.0.1
A tool to perform benchmarks on TS
github.com/most-inesctec/kruonis
most-inesctec/kruonis
@aldy505/kruonis
/
dist
/
index.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
export
{
Benchmark
}
from
'./Benchmark'
;
export
{
Test
}
from
'./Test'
;
export
{
BenchmarkProperties
}
from
'./BenchmarkProperties'
;
export
{
Stats
}
from
'./Stats/Stats'
;