luigi12345 commited on
Commit
ca9efab
1 Parent(s): d4895dd

0f8f724be59a1d3d4cf95a66bdeb5f0a6921b64f3753fd8ac08bc73a4d6bce1e

Browse files
Files changed (50) hide show
  1. workers1/auto3d/node_modules/date-fns/fp/differenceInWeeksWithOptions.d.ts +6 -0
  2. workers1/auto3d/node_modules/date-fns/fp/differenceInWeeksWithOptions.js +8 -0
  3. workers1/auto3d/node_modules/date-fns/fp/differenceInWeeksWithOptions.mjs +8 -0
  4. workers1/auto3d/node_modules/date-fns/fp/differenceInYears.d.mts +5 -0
  5. workers1/auto3d/node_modules/date-fns/fp/differenceInYears.d.ts +5 -0
  6. workers1/auto3d/node_modules/date-fns/fp/differenceInYears.js +10 -0
  7. workers1/auto3d/node_modules/date-fns/fp/differenceInYears.mjs +8 -0
  8. workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.d.mts +4 -0
  9. workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.d.ts +4 -0
  10. workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.js +10 -0
  11. workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.mjs +8 -0
  12. workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.d.mts +5 -0
  13. workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.d.ts +5 -0
  14. workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.js +8 -0
  15. workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.mjs +8 -0
  16. workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.d.mts +4 -0
  17. workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.d.ts +4 -0
  18. workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.js +8 -0
  19. workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.mjs +8 -0
  20. workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.d.mts +5 -0
  21. workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.d.ts +5 -0
  22. workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.js +8 -0
  23. workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.mjs +8 -0
  24. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.d.mts +4 -0
  25. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.d.ts +4 -0
  26. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.js +8 -0
  27. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.mjs +8 -0
  28. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.d.mts +5 -0
  29. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.d.ts +5 -0
  30. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.js +11 -0
  31. workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.mjs +8 -0
  32. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.d.mts +4 -0
  33. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.d.ts +4 -0
  34. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.js +8 -0
  35. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.mjs +8 -0
  36. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.mts +5 -0
  37. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.ts +5 -0
  38. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.js +8 -0
  39. workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.mjs +8 -0
  40. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.d.mts +4 -0
  41. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.d.ts +4 -0
  42. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.js +8 -0
  43. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.mjs +8 -0
  44. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.d.mts +6 -0
  45. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.d.ts +6 -0
  46. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.js +11 -0
  47. workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.mjs +8 -0
  48. workers1/auto3d/node_modules/date-fns/fp/eachWeekOfInterval.d.mts +4 -0
  49. workers1/auto3d/node_modules/date-fns/fp/eachWeekOfInterval.d.ts +4 -0
  50. workers1/auto3d/node_modules/date-fns/fp/eachWeekOfInterval.js +8 -0
workers1/auto3d/node_modules/date-fns/fp/differenceInWeeksWithOptions.d.ts ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ export declare const differenceInWeeksWithOptions: import("./types.js").FPFn3<
2
+ number,
3
+ import("../differenceInWeeks.js").DifferenceInWeeksOptions | undefined,
4
+ string | number | Date,
5
+ string | number | Date
6
+ >;
workers1/auto3d/node_modules/date-fns/fp/differenceInWeeksWithOptions.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.differenceInWeeksWithOptions = void 0;
3
+
4
+ var _index = require("../differenceInWeeks.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const differenceInWeeksWithOptions = (exports.differenceInWeeksWithOptions = (0,
8
+ _index2.convertToFP)(_index.differenceInWeeks, 3));
workers1/auto3d/node_modules/date-fns/fp/differenceInWeeksWithOptions.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { differenceInWeeks as fn } from "../differenceInWeeks.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const differenceInWeeksWithOptions = convertToFP(fn, 3);
6
+
7
+ // Fallback for modularized imports:
8
+ export default differenceInWeeksWithOptions;
workers1/auto3d/node_modules/date-fns/fp/differenceInYears.d.mts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const differenceInYears: import("./types.js").FPFn2<
2
+ number,
3
+ string | number | Date,
4
+ string | number | Date
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/differenceInYears.d.ts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const differenceInYears: import("./types.js").FPFn2<
2
+ number,
3
+ string | number | Date,
4
+ string | number | Date
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/differenceInYears.js ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.differenceInYears = void 0;
3
+
4
+ var _index = require("../differenceInYears.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const differenceInYears = (exports.differenceInYears = (0, _index2.convertToFP)(
8
+ _index.differenceInYears,
9
+ 2,
10
+ ));
workers1/auto3d/node_modules/date-fns/fp/differenceInYears.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { differenceInYears as fn } from "../differenceInYears.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const differenceInYears = convertToFP(fn, 2);
6
+
7
+ // Fallback for modularized imports:
8
+ export default differenceInYears;
workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.d.mts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachDayOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.d.ts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachDayOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.js ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachDayOfInterval = void 0;
3
+
4
+ var _index = require("../eachDayOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachDayOfInterval = (exports.eachDayOfInterval = (0, _index2.convertToFP)(
8
+ _index.eachDayOfInterval,
9
+ 1,
10
+ ));
workers1/auto3d/node_modules/date-fns/fp/eachDayOfInterval.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachDayOfInterval as fn } from "../eachDayOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachDayOfInterval = convertToFP(fn, 1);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachDayOfInterval;
workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.d.mts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachDayOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachDayOfInterval.js").EachDayOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.d.ts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachDayOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachDayOfInterval.js").EachDayOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachDayOfIntervalWithOptions = void 0;
3
+
4
+ var _index = require("../eachDayOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachDayOfIntervalWithOptions = (exports.eachDayOfIntervalWithOptions = (0,
8
+ _index2.convertToFP)(_index.eachDayOfInterval, 2));
workers1/auto3d/node_modules/date-fns/fp/eachDayOfIntervalWithOptions.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachDayOfInterval as fn } from "../eachDayOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachDayOfIntervalWithOptions = convertToFP(fn, 2);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachDayOfIntervalWithOptions;
workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.d.mts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachHourOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.d.ts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachHourOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachHourOfInterval = void 0;
3
+
4
+ var _index = require("../eachHourOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachHourOfInterval = (exports.eachHourOfInterval = (0,
8
+ _index2.convertToFP)(_index.eachHourOfInterval, 1));
workers1/auto3d/node_modules/date-fns/fp/eachHourOfInterval.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachHourOfInterval as fn } from "../eachHourOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachHourOfInterval = convertToFP(fn, 1);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachHourOfInterval;
workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.d.mts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachHourOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachHourOfInterval.js").EachHourOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.d.ts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachHourOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachHourOfInterval.js").EachHourOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachHourOfIntervalWithOptions = void 0;
3
+
4
+ var _index = require("../eachHourOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachHourOfIntervalWithOptions = (exports.eachHourOfIntervalWithOptions =
8
+ (0, _index2.convertToFP)(_index.eachHourOfInterval, 2));
workers1/auto3d/node_modules/date-fns/fp/eachHourOfIntervalWithOptions.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachHourOfInterval as fn } from "../eachHourOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachHourOfIntervalWithOptions = convertToFP(fn, 2);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachHourOfIntervalWithOptions;
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.d.mts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachMinuteOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.d.ts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachMinuteOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachMinuteOfInterval = void 0;
3
+
4
+ var _index = require("../eachMinuteOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachMinuteOfInterval = (exports.eachMinuteOfInterval = (0,
8
+ _index2.convertToFP)(_index.eachMinuteOfInterval, 1));
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfInterval.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachMinuteOfInterval as fn } from "../eachMinuteOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachMinuteOfInterval = convertToFP(fn, 1);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachMinuteOfInterval;
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.d.mts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachMinuteOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachMinuteOfInterval.js").EachMinuteOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.d.ts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachMinuteOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachMinuteOfInterval.js").EachMinuteOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.js ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachMinuteOfIntervalWithOptions = void 0;
3
+
4
+ var _index = require("../eachMinuteOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachMinuteOfIntervalWithOptions =
8
+ (exports.eachMinuteOfIntervalWithOptions = (0, _index2.convertToFP)(
9
+ _index.eachMinuteOfInterval,
10
+ 2,
11
+ ));
workers1/auto3d/node_modules/date-fns/fp/eachMinuteOfIntervalWithOptions.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachMinuteOfInterval as fn } from "../eachMinuteOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachMinuteOfIntervalWithOptions = convertToFP(fn, 2);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachMinuteOfIntervalWithOptions;
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.d.mts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachMonthOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.d.ts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachMonthOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachMonthOfInterval = void 0;
3
+
4
+ var _index = require("../eachMonthOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachMonthOfInterval = (exports.eachMonthOfInterval = (0,
8
+ _index2.convertToFP)(_index.eachMonthOfInterval, 1));
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfInterval.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachMonthOfInterval as fn } from "../eachMonthOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachMonthOfInterval = convertToFP(fn, 1);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachMonthOfInterval;
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.mts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachMonthOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.ts ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ export declare const eachMonthOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions | undefined,
4
+ import("../fp.js").Interval<Date>
5
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachMonthOfIntervalWithOptions = void 0;
3
+
4
+ var _index = require("../eachMonthOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachMonthOfIntervalWithOptions = (exports.eachMonthOfIntervalWithOptions =
8
+ (0, _index2.convertToFP)(_index.eachMonthOfInterval, 2));
workers1/auto3d/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachMonthOfInterval as fn } from "../eachMonthOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachMonthOfIntervalWithOptions = convertToFP(fn, 2);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachMonthOfIntervalWithOptions;
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.d.mts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachQuarterOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.d.ts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachQuarterOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachQuarterOfInterval = void 0;
3
+
4
+ var _index = require("../eachQuarterOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachQuarterOfInterval = (exports.eachQuarterOfInterval = (0,
8
+ _index2.convertToFP)(_index.eachQuarterOfInterval, 1));
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfInterval.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachQuarterOfInterval as fn } from "../eachQuarterOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachQuarterOfInterval = convertToFP(fn, 1);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachQuarterOfInterval;
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.d.mts ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ export declare const eachQuarterOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ | import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions
4
+ | undefined,
5
+ import("../fp.js").Interval<Date>
6
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.d.ts ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ export declare const eachQuarterOfIntervalWithOptions: import("./types.js").FPFn2<
2
+ Date[],
3
+ | import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions
4
+ | undefined,
5
+ import("../fp.js").Interval<Date>
6
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.js ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachQuarterOfIntervalWithOptions = void 0;
3
+
4
+ var _index = require("../eachQuarterOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachQuarterOfIntervalWithOptions =
8
+ (exports.eachQuarterOfIntervalWithOptions = (0, _index2.convertToFP)(
9
+ _index.eachQuarterOfInterval,
10
+ 2,
11
+ ));
workers1/auto3d/node_modules/date-fns/fp/eachQuarterOfIntervalWithOptions.mjs ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
2
+ import { eachQuarterOfInterval as fn } from "../eachQuarterOfInterval.mjs";
3
+ import { convertToFP } from "./_lib/convertToFP.mjs";
4
+
5
+ export const eachQuarterOfIntervalWithOptions = convertToFP(fn, 2);
6
+
7
+ // Fallback for modularized imports:
8
+ export default eachQuarterOfIntervalWithOptions;
workers1/auto3d/node_modules/date-fns/fp/eachWeekOfInterval.d.mts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachWeekOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachWeekOfInterval.d.ts ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export declare const eachWeekOfInterval: import("./types.js").FPFn1<
2
+ Date[],
3
+ import("../fp.js").Interval<Date>
4
+ >;
workers1/auto3d/node_modules/date-fns/fp/eachWeekOfInterval.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ "use strict";
2
+ exports.eachWeekOfInterval = void 0;
3
+
4
+ var _index = require("../eachWeekOfInterval.js");
5
+ var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
6
+
7
+ const eachWeekOfInterval = (exports.eachWeekOfInterval = (0,
8
+ _index2.convertToFP)(_index.eachWeekOfInterval, 1));