Files

9 lines
307 B
JavaScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { isSameDay as fn } from "../isSameDay.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const isSameDay = convertToFP(fn, 2);
// Fallback for modularized imports:
export default isSameDay;