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