Blame view

天文台pc/tianwentai-ui/node_modules/date-fns/fp/isSameWeekWithOptions.mjs 333 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
  // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
  import { isSameWeek as fn } from "../isSameWeek.mjs";
  import { convertToFP } from "./_lib/convertToFP.mjs";
  
  export const isSameWeekWithOptions = convertToFP(fn, 3);
  
  // Fallback for modularized imports:
  export default isSameWeekWithOptions;