forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
7 lines
361 B
TypeScript
7 lines
361 B
TypeScript
export function testSortUint8(tc: t.TestCase): void;
|
|
export function testSortUint32(tc: t.TestCase): void;
|
|
export function testSortUint16(tc: t.TestCase): void;
|
|
export function testSortObjectUint32(tc: t.TestCase): void;
|
|
export function testListVsArrayPerformance(tc: t.TestCase): void;
|
|
import * as t from './testing.js';
|
|
//# sourceMappingURL=sort.test.d.ts.map
|