Add everything and anything

This commit is contained in:
2026-03-13 15:46:10 +08:00
parent 50daf52de6
commit e72a3ab85c
67568 changed files with 2885399 additions and 138 deletions

View File

@@ -0,0 +1,8 @@
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { differenceInCalendarMonths as fn } from "../differenceInCalendarMonths.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const differenceInCalendarMonths = convertToFP(fn, 2);
// Fallback for modularized imports:
export default differenceInCalendarMonths;