UNPKG

360 BJavaScriptView Raw
1// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
3import { isSameISOWeekYear as fn } from "../isSameISOWeekYear.js";
4import { convertToFP } from "./_lib/convertToFP.js";
5
6export const isSameISOWeekYearWithOptions = convertToFP(fn, 3);
7
8// Fallback for modularized imports:
9export default isSameISOWeekYearWithOptions;