init 3
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare const addDays: import("./types.js").FPFn2<
|
||||
Date,
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { addQuarters as fn } from "../addQuarters.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const addQuarters = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default addQuarters;
|
||||
+3
File diff suppressed because one or more lines are too long
+5
@@ -0,0 +1,5 @@
|
||||
export declare const clamp: import("./types.js").FPFn2<
|
||||
Date,
|
||||
import("../fp.js").Interval<Date>,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { compareDesc as fn } from "../compareDesc.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const compareDesc = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default compareDesc;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const constructFrom: import("./types.js").FPFn2<
|
||||
Date,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const differenceInCalendarDays: import("./types.js").FPFn2<
|
||||
number,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { differenceInCalendarDays as fn } from "../differenceInCalendarDays.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const differenceInCalendarDays = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default differenceInCalendarDays;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { differenceInDays as fn } from "../differenceInDays.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const differenceInDays = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default differenceInDays;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.differenceInHoursWithOptions = void 0;
|
||||
|
||||
var _index = require("../differenceInHours.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const differenceInHoursWithOptions = (exports.differenceInHoursWithOptions = (0,
|
||||
_index2.convertToFP)(_index.differenceInHours, 3));
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const differenceInMinutes: import("./types.js").FPFn2<
|
||||
number,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const differenceInMonths: import("./types.js").FPFn2<
|
||||
number,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const differenceInQuarters: import("./types.js").FPFn2<
|
||||
number,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.differenceInSecondsWithOptions = void 0;
|
||||
|
||||
var _index = require("../differenceInSeconds.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const differenceInSecondsWithOptions = (exports.differenceInSecondsWithOptions =
|
||||
(0, _index2.convertToFP)(_index.differenceInSeconds, 3));
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.eachHourOfInterval = void 0;
|
||||
|
||||
var _index = require("../eachHourOfInterval.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const eachHourOfInterval = (exports.eachHourOfInterval = (0,
|
||||
_index2.convertToFP)(_index.eachHourOfInterval, 1));
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const eachWeekendOfMonth: import("./types.js").FPFn1<
|
||||
Date[],
|
||||
Date
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const eachYearOfIntervalWithOptions: import("./types.js").FPFn2<
|
||||
Date[],
|
||||
import("../eachYearOfInterval.js").EachYearOfIntervalOptions | undefined,
|
||||
import("../fp.js").Interval<Date>
|
||||
>;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.endOfMinute = void 0;
|
||||
|
||||
var _index = require("../endOfMinute.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const endOfMinute = (exports.endOfMinute = (0, _index2.convertToFP)(
|
||||
_index.endOfMinute,
|
||||
1,
|
||||
));
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const endOfSecond: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.endOfYear = void 0;
|
||||
|
||||
var _index = require("../endOfYear.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const endOfYear = (exports.endOfYear = (0, _index2.convertToFP)(
|
||||
_index.endOfYear,
|
||||
1,
|
||||
));
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { endOfYear as fn } from "../endOfYear.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const endOfYear = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default endOfYear;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const formatDistance: import("./types.js").FPFn2<
|
||||
string,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const formatDuration: import("./types.js").FPFn1<
|
||||
string,
|
||||
import("../fp.js").Duration
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const formatDurationWithOptions: import("./types.js").FPFn2<
|
||||
string,
|
||||
import("../formatDuration.js").FormatDurationOptions | undefined,
|
||||
import("../fp.js").Duration
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const formatISO9075WithOptions: import("./types.js").FPFn2<
|
||||
string,
|
||||
import("../formatISO9075.js").FormatISO9075Options | undefined,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const formatISODuration: import("./types.js").FPFn1<
|
||||
string,
|
||||
import("../fp.js").Duration
|
||||
>;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.formatISODuration = void 0;
|
||||
|
||||
var _index = require("../formatISODuration.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const formatISODuration = (exports.formatISODuration = (0, _index2.convertToFP)(
|
||||
_index.formatISODuration,
|
||||
1,
|
||||
));
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.formatRFC3339 = void 0;
|
||||
|
||||
var _index = require("../formatRFC3339.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const formatRFC3339 = (exports.formatRFC3339 = (0, _index2.convertToFP)(
|
||||
_index.formatRFC3339,
|
||||
1,
|
||||
));
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const formatRFC3339WithOptions: import("./types.js").FPFn2<
|
||||
string,
|
||||
import("../formatRFC3339.js").FormatRFC3339Options | undefined,
|
||||
string | number | Date
|
||||
>;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
export declare const formatRelativeWithOptions: import("./types.js").FPFn3<
|
||||
string,
|
||||
import("../formatRelative.js").FormatRelativeOptions | undefined,
|
||||
string | number | Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const getDate: import("./types.js").FPFn1<
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { getDaysInYear as fn } from "../getDaysInYear.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const getDaysInYear = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default getDaysInYear;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const getDecade: import("./types.js").FPFn1<
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.getHours = void 0;
|
||||
|
||||
var _index = require("../getHours.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const getHours = (exports.getHours = (0, _index2.convertToFP)(
|
||||
_index.getHours,
|
||||
1,
|
||||
));
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { getOverlappingDaysInIntervals as fn } from "../getOverlappingDaysInIntervals.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const getOverlappingDaysInIntervals = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default getOverlappingDaysInIntervals;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.getQuarter = void 0;
|
||||
|
||||
var _index = require("../getQuarter.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const getQuarter = (exports.getQuarter = (0, _index2.convertToFP)(
|
||||
_index.getQuarter,
|
||||
1,
|
||||
));
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const getWeek: import("./types.js").FPFn1<
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const getWeekOfMonthWithOptions: import("./types.js").FPFn2<
|
||||
number,
|
||||
import("../getWeekOfMonth.js").GetWeekOfMonthOptions | undefined,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { getWeekYear as fn } from "../getWeekYear.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const getWeekYearWithOptions = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default getWeekYearWithOptions;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const getWeeksInMonth: import("./types.js").FPFn1<
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { intlFormatDistance as fn } from "../intlFormatDistance.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const intlFormatDistanceWithOptions = convertToFP(fn, 3);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default intlFormatDistanceWithOptions;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { isSameWeek as fn } from "../isSameWeek.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const isSameWeek = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default isSameWeek;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.isSameYear = void 0;
|
||||
|
||||
var _index = require("../isSameYear.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const isSameYear = (exports.isSameYear = (0, _index2.convertToFP)(
|
||||
_index.isSameYear,
|
||||
2,
|
||||
));
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const isSunday: import("./types.js").FPFn1<
|
||||
boolean,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const lastDayOfISOWeek: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const lastDayOfISOWeekYear: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { lastDayOfWeek as fn } from "../lastDayOfWeek.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const lastDayOfWeek = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default lastDayOfWeek;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.lastDayOfWeekWithOptions = void 0;
|
||||
|
||||
var _index = require("../lastDayOfWeek.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const lastDayOfWeekWithOptions = (exports.lastDayOfWeekWithOptions = (0,
|
||||
_index2.convertToFP)(_index.lastDayOfWeek, 2));
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const lightFormat: import("./types.js").FPFn2<
|
||||
string,
|
||||
string,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { milliseconds as fn } from "../milliseconds.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const milliseconds = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default milliseconds;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const millisecondsToHours: import("./types.js").FPFn1<
|
||||
number,
|
||||
number
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.millisecondsToMinutes = void 0;
|
||||
|
||||
var _index = require("../millisecondsToMinutes.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const millisecondsToMinutes = (exports.millisecondsToMinutes = (0,
|
||||
_index2.convertToFP)(_index.millisecondsToMinutes, 1));
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { minutesToSeconds as fn } from "../minutesToSeconds.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const minutesToSeconds = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default minutesToSeconds;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const nextSaturday: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.parseISO = void 0;
|
||||
|
||||
var _index = require("../parseISO.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const parseISO = (exports.parseISO = (0, _index2.convertToFP)(
|
||||
_index.parseISO,
|
||||
1,
|
||||
));
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { parseISO as fn } from "../parseISO.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const parseISO = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default parseISO;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { previousFriday as fn } from "../previousFriday.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const previousFriday = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default previousFriday;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const previousSaturday: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
exports.previousWednesday = void 0;
|
||||
|
||||
var _index = require("../previousWednesday.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const previousWednesday = (exports.previousWednesday = (0, _index2.convertToFP)(
|
||||
_index.previousWednesday,
|
||||
1,
|
||||
));
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
exports.roundToNearestMinutesWithOptions = void 0;
|
||||
|
||||
var _index = require("../roundToNearestMinutes.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const roundToNearestMinutesWithOptions =
|
||||
(exports.roundToNearestMinutesWithOptions = (0, _index2.convertToFP)(
|
||||
_index.roundToNearestMinutes,
|
||||
2,
|
||||
));
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const secondsToMilliseconds: import("./types.js").FPFn1<
|
||||
number,
|
||||
number
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.secondsToMilliseconds = void 0;
|
||||
|
||||
var _index = require("../secondsToMilliseconds.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const secondsToMilliseconds = (exports.secondsToMilliseconds = (0,
|
||||
_index2.convertToFP)(_index.secondsToMilliseconds, 1));
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
import { setDayOfYear as fn } from "../setDayOfYear.mjs";
|
||||
import { convertToFP } from "./_lib/convertToFP.mjs";
|
||||
|
||||
export const setDayOfYear = convertToFP(fn, 2);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default setDayOfYear;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const setISOWeek: import("./types.js").FPFn2<
|
||||
Date,
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const startOfMinute: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const startOfQuarter: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export declare const startOfSecond: import("./types.js").FPFn1<
|
||||
Date,
|
||||
string | number | Date
|
||||
>;
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
exports.startOfWeekYearWithOptions = void 0;
|
||||
|
||||
var _index = require("../startOfWeekYear.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const startOfWeekYearWithOptions = (exports.startOfWeekYearWithOptions = (0,
|
||||
_index2.convertToFP)(_index.startOfWeekYear, 2));
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
exports.subDays = void 0;
|
||||
|
||||
var _index = require("../subDays.js");
|
||||
var _index2 = require("./_lib/convertToFP.js"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
const subDays = (exports.subDays = (0, _index2.convertToFP)(_index.subDays, 2));
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export declare const subMilliseconds: import("./types.js").FPFn2<
|
||||
Date,
|
||||
number,
|
||||
string | number | Date
|
||||
>;
|
||||
+1
@@ -0,0 +1 @@
|
||||
export declare const yearsToMonths: import("./types.js").FPFn1<number, number>;
|
||||
Reference in New Issue
Block a user