Files
Gemini-Search/node_modules/date-fns/fp/isLeapYear.mjs
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

9 lines
311 B
JavaScript

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