UNPKG
kruonis
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A tool to perform benchmarks on TS
github.com/most-inesctec/kruonis
most-inesctec/kruonis
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'
;