MCPcopy
hub / github.com/date-fns/date-fns / fn

Function fn

pkgs/core/src/fp/_lib/convertToFP/test.ts:11–16  ·  view source on GitHub ↗
(a: unknown, b: unknown, c: unknown)

Source from the content-addressed store, hash-verified

9
10describe("convertToFP", () => {
11 function fn(a: unknown, b: unknown, c: unknown) {
12 return "a b c"
13 .replace("a", String(a))
14 .replace("b", String(b))
15 .replace("c", String(c));
16 }
17
18 describe("arity of converted function === arity of initial function", () => {
19 it("allows arguments to be curried (and reverses their order)", () => {

Callers 3

test.tsFile · 0.85
convertToFPFunction · 0.85
withDSTStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected