Blame view

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