mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-11 03:12:26 +08:00
init
This commit is contained in:
8
node_modules/date-fns/fp/monthsToQuarters.mjs
generated
vendored
Normal file
8
node_modules/date-fns/fp/monthsToQuarters.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { monthsToQuarters as fn } from "../monthsToQuarters.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const monthsToQuarters = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default monthsToQuarters;
|
||||
Reference in New Issue
Block a user