@types/luxon
Advanced tools
Comparing version 3.4.1 to 3.4.2
{ | ||
"name": "@types/luxon", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "10c7726353ff5f757ef32801ad3cc5969cfe2e18344ca73574cc13d1510dd9c0", | ||
"typesPublisherContentHash": "83a770fd2e692c43654e302f45c777063f107c3ff280ada4a4e2a8f13d1f19f8", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 14 Jan 2024 21:35:25 GMT | ||
* Last updated: Fri, 19 Jan 2024 22:06:57 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
@@ -482,3 +482,3 @@ import { CanBeInvalid, DefaultValidity, IfValid, Invalid, Valid } from "./_util"; | ||
*/ | ||
get invalidReason(): IfValid<string, null, IsValid>; | ||
get invalidReason(): IfValid<null, string, IsValid>; | ||
@@ -488,3 +488,3 @@ /** | ||
*/ | ||
get invalidExplanation(): IfValid<string | null, null, IsValid>; | ||
get invalidExplanation(): IfValid<null, string | null, IsValid>; | ||
@@ -491,0 +491,0 @@ /** |
@@ -111,3 +111,3 @@ import { CanBeInvalid, DefaultValidity, IfValid, Invalid, Valid } from "./_util"; | ||
*/ | ||
get invalidReason(): IfValid<string, null, IsValid>; | ||
get invalidReason(): IfValid<null, string, IsValid>; | ||
@@ -117,3 +117,3 @@ /** | ||
*/ | ||
get invalidExplanation(): IfValid<string | null, null, IsValid>; | ||
get invalidExplanation(): IfValid<null, string | null, IsValid>; | ||
@@ -120,0 +120,0 @@ /** |
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