@arsedizioni/ars-utils 22.0.30 → 22.0.31
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.
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ declare const MAT_DATE_FNS_FORMATS: MatDateFormats;
|
|
|
13
13
|
* applying `Europe/Rome` timezone for all parsed and created dates.
|
|
14
14
|
*/
|
|
15
15
|
declare class DateFnsAdapter extends DateAdapter<Date, Locale> {
|
|
16
|
-
constructor(
|
|
16
|
+
constructor();
|
|
17
17
|
/**
|
|
18
18
|
* Returns the year component of the given date.
|
|
19
19
|
* @param date - The source date.
|