We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98384b commit ddac6a5Copy full SHA for ddac6a5
src/fp/_lib/convertToFP/test.ts
@@ -3,8 +3,7 @@
3
import assert from "assert";
4
import { pipe } from "fp-ts/function";
5
import { flow as jsFnsFlow } from "js-fns";
6
-// @ts-expect-error - Lodash, come on, bro
7
-import { flow as lodashFlow } from "loedash";
+import { flow as lodashFlow } from "lodash";
8
import { describe, it } from "vitest";
9
import { addDays, addHours, isEqual } from "../../index.js";
10
import { convertToFP } from "./index.js";
0 commit comments