ical-generator 4.1.0-develop.2 → 4.1.0-develop.3

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/dist/index.d.cts CHANGED
@@ -371,7 +371,7 @@ interface ICalLuxonDateTimeStub {
371
371
  toFormat(fmt: string): string;
372
372
  toJSDate(): Date;
373
373
  get isValid(): boolean;
374
- toJSON(): string;
374
+ toJSON(): string | null;
375
375
  }
376
376
  interface ICalDayJsStub {
377
377
  tz(zone?: string): ICalDayJsStub;
package/dist/index.d.ts CHANGED
@@ -371,7 +371,7 @@ interface ICalLuxonDateTimeStub {
371
371
  toFormat(fmt: string): string;
372
372
  toJSDate(): Date;
373
373
  get isValid(): boolean;
374
- toJSON(): string;
374
+ toJSON(): string | null;
375
375
  }
376
376
  interface ICalDayJsStub {
377
377
  tz(zone?: string): ICalDayJsStub;