Blame view

天文台pc/tianwentai-ui/node_modules/date-fns/fp/differenceInDays.mjs 335 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 { differenceInDays as fn } from "../differenceInDays.mjs";
  import { convertToFP } from "./_lib/convertToFP.mjs";
  
  export const differenceInDays = convertToFP(fn, 2);
  
  // Fallback for modularized imports:
  export default differenceInDays;