UNPKG

test-performance

Version:
5 lines 170 B
/** * This runs a single performance test of a function */ export default function perfTest(func: Function): Promise<number>; //# sourceMappingURL=perfTest.d.ts.map