| 1 | import type { Quarter } from "../../../../types.ts"; |
| 2 | import type { Match } from "../../../types.ts"; |
| 3 | import { buildMatchFn } from "../../../_lib/buildMatchFn/index.ts"; |
| 4 | import { buildMatchPatternFn } from "../../../_lib/buildMatchPatternFn/index.ts"; |
nothing calls this directly
no test coverage detected