4 lines
186 B
TypeScript
4 lines
186 B
TypeScript
export function testNumber(_tc: t.TestCase): void;
|
|
export function testShiftVsDivision(tc: t.TestCase): void;
|
|
import * as t from './testing.js';
|
|
//# sourceMappingURL=number.test.d.ts.map
|