Blame view

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