| 1 | import { pipe } from "fp-ts/function"; |
| 2 | // @ts-expect-error - js-fns types are tripping with the current TS settings |
| 3 | import { flow as jsFnsFlow } from "js-fns"; |
| 4 | // @ts-ignore - Lodash types are tripping ("Module '"lodash"' has no exported member 'flow'.ts(2305)") |
nothing calls this directly
no test coverage detected