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