UNPKG
perf-insight
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
Performance benchmarking tool for NodeJS.
github.com/streetsidesoftware/perf-insight
perf-insight
/
dist
/
index.d.mts
3 lines
•
151 B
text/typescript
View Raw
1
2
3
export
type
{
PerfSuite
,
RunnerContext
,
SuiteFn
}
from
'./perfSuite.mjs'
;
export
{ suite }
from
'./perfSuite.mjs'
;
//# sourceMappingURL=index.d.mts.map