UNPKG
test-performance
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
Simplifying testing performance
github.com/nickheal/test-performance
nickheal/test-performance
test-performance
/
esm
/
getScore.d.ts
6 lines
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
/** * This function runs the performance test 10,000 times, and returns * the average in milliseconds. */
export
default
function
getScore
(
func:
Function
):
Promise
<number>;
//# sourceMappingURL=getScore.d.ts.map