1 | export function testUtilities(tc: t.TestCase): void;
|
2 | export function testLowercaseTransformation(tc: t.TestCase): void;
|
3 | export function testRepeatStringUtf8Encoding(tc: t.TestCase): void;
|
4 | export function testRepeatStringUtf8Decoding(tc: t.TestCase): void;
|
5 | export function testBomEncodingDecoding(tc: t.TestCase): void;
|
6 | export function testSplice(tc: t.TestCase): void;
|
7 | import * as t from './testing.js';
|
8 | //# sourceMappingURL=string.test.d.ts.map |
\ | No newline at end of file |