pangea-lib 4.0.250 → 4.0.252

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.
@@ -7,7 +7,7 @@ type GetDatetimeStrConfig = {
7
7
  withTime?: boolean;
8
8
  justTime?: boolean;
9
9
  };
10
- export declare function getDatetimeStr(datetime: Date, config?: GetDatetimeStrConfig): string;
10
+ export declare function getDatetimeStr(date: Date | null, config?: GetDatetimeStrConfig): string;
11
11
  export declare function getMonthStr(datetime: Date): string;
12
12
  export declare function getNumericDateStr(datetime: Date): string;
13
13
  export declare function getDateStr(datetime: Date, { format }?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "4.0.250",
4
+ "version": "4.0.252",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea-lib#readme",