curry2
import { curry2 } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn.ts";function curry2<A, B, C>(fn: (a: A, b: B) => C): (a: A) => (b: B) => C;
import { curry2 } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn.ts";