// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.import { set as fn } from "../set.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
exportconst set = convertToFP(fn, 2);
// Fallback for modularized imports:exportdefault set;