1 | export function testPolynomialBasics(_tc: t.TestCase): void;
|
2 | export function testIrreducibleInput(_tc: t.TestCase): void;
|
3 | export function testIrreducibleSpread(_tc: t.TestCase): void;
|
4 | export function testGenerateIrreducibles(_tc: t.TestCase): void;
|
5 | export function testFingerprintCompatiblity(tc: t.TestCase): void;
|
6 | export function testConflicts(tc: t.TestCase): void;
|
7 | import * as t from '../testing.js';
|
8 | //# sourceMappingURL=rabin.test.d.ts.map |
\ | No newline at end of file |