pangea-helpers 1.3.49 → 1.3.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare function
|
|
2
|
-
export declare function getNextYearStartDate(): Date;
|
|
3
|
-
export declare function
|
|
4
|
-
export declare function getNextMonthStartDate(): Date;
|
|
5
|
-
export declare function
|
|
6
|
-
export declare function getNextDayStartDate(): Date;
|
|
1
|
+
export declare function getCurrentYearStartDate(date?: Date): Date;
|
|
2
|
+
export declare function getNextYearStartDate(date?: Date): Date;
|
|
3
|
+
export declare function getCurrentMonthStartDate(date?: Date): Date;
|
|
4
|
+
export declare function getNextMonthStartDate(date?: Date): Date;
|
|
5
|
+
export declare function getCurrentDayStartDate(date?: Date): Date;
|
|
6
|
+
export declare function getNextDayStartDate(date?: Date): Date;
|