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