1 | export function testIsarrayPerformance(_tc: t.TestCase): void;
|
2 | export function testAppend(_tc: t.TestCase): void;
|
3 | export function testBasic(_tc: t.TestCase): void;
|
4 | export function testflatten(_tc: t.TestCase): void;
|
5 | export function testFolding(_tc: t.TestCase): void;
|
6 | export function testEvery(_tc: t.TestCase): void;
|
7 | export function testIsArray(_tc: t.TestCase): void;
|
8 | export function testUnique(_tc: t.TestCase): void;
|
9 | import * as t from './testing.js';
|
10 | //# sourceMappingURL=array.test.d.ts.map |
\ | No newline at end of file |