| 1 | import { dual, identity } from "../Function.ts" |
| 2 | import type { Case, Matcher, Not, SafeRefinement, TypeMatcher, Types, ValueMatcher, When } from "../Match.ts" |
| 3 | import * as Option from "../Option.ts" |
| 4 | import { pipeArguments } from "../Pipeable.ts" |
nothing calls this directly
no test coverage detected