@types/luxon
Advanced tools
Comparing version 1.24.2 to 1.24.3
@@ -274,12 +274,12 @@ // Type definitions for luxon 1.24 | ||
toHTTP(): string; | ||
toISO(options?: ToISOTimeOptions): string; | ||
toISO(options?: ToISOTimeOptions): string | null; | ||
/** Returns an ISO 8601-compliant string representation of this DateTime's date component */ | ||
toISODate(options?: ToISODateOptions): string; | ||
toISOTime(options?: ToISOTimeOptions): string; | ||
toISOWeekDate(): string; | ||
toISODate(options?: ToISODateOptions): string | null; | ||
toISOTime(options?: ToISOTimeOptions): string | null; | ||
toISOWeekDate(): string | null; | ||
toJSDate(): Date; | ||
toJSON(): string; | ||
toJSON(): string | null; | ||
toLocal(): DateTime; | ||
toLocaleParts(options?: LocaleOptions & DateTimeFormatOptions): any[]; | ||
toLocaleString(options?: LocaleOptions & DateTimeFormatOptions): string; | ||
toLocaleString(options?: LocaleOptions & DateTimeFormatOptions): string | null; | ||
toMillis(): number; | ||
@@ -289,7 +289,7 @@ toObject(options?: { includeConfig?: boolean }): DateObject; | ||
toRelativeCalendar(options?: ToRelativeCalendarOptions): string | null; | ||
toRFC2822(): string; | ||
toRFC2822(): string | null; | ||
toSeconds(): number; | ||
toSQL(options?: ToSQLOptions): string; | ||
toSQLDate(): string; | ||
toSQLTime(options?: ToSQLOptions): string; | ||
toSQL(options?: ToSQLOptions): string | null; | ||
toSQLDate(): string | null; | ||
toSQLTime(options?: ToSQLOptions): string | null; | ||
toString(): string; | ||
@@ -369,6 +369,6 @@ toUTC(offset?: number, options?: ZoneOptions): DateTime; | ||
toFormat(format: string, options?: DurationToFormatOptions): string; | ||
toISO(): string; | ||
toJSON(): string; | ||
toISO(): string | null; | ||
toJSON(): string | null; | ||
toObject(options?: { includeConfig?: boolean }): DurationObject; | ||
toString(): string; | ||
toString(): string | null; | ||
valueOf(): number; | ||
@@ -375,0 +375,0 @@ } |
{ | ||
"name": "@types/luxon", | ||
"version": "1.24.2", | ||
"version": "1.24.3", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -62,4 +62,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b83a4d597c4937356b96011bee94616d6242056b43d792647ebb5a33f037d93a", | ||
"typesPublisherContentHash": "140d45fc2a1cbb54ca67788587a07381ab4fbea25842ae3fc6e38d192ff9bdbe", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Jul 2020 18:50:27 GMT | ||
* Last updated: Thu, 23 Jul 2020 20:03:58 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21997