@types/luxon
Advanced tools
Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "@types/luxon", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -73,4 +73,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a421096acbb6140085f4f82f5bef80edbd98939c95cfdc61a96e768a089d8bd1", | ||
"typesPublisherContentHash": "61f6a325fd61939b7df0405b12ee0aa04b5490e4dcbf9c983ac35b26738a8bd8", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 04 Apr 2023 14:03:10 GMT | ||
* Last updated: Thu, 20 Jul 2023 23:02:49 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `luxon` |
@@ -46,2 +46,7 @@ import { Zone } from './zone'; | ||
/** | ||
* The cutoff year after which a string encoding a year as two digits is interpreted to occur in the current century. | ||
*/ | ||
static twoDigitCutoffYear: number; | ||
/** | ||
* Whether Luxon will throw when it encounters invalid DateTimes, Durations, or Intervals | ||
@@ -48,0 +53,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
115394
2714