Blame view

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