@types/luxon
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@types/luxon", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -78,4 +78,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "28483cc5e176ec8f1d3a1e9796355dde8c3533659e545c4a3c4725afa5f17f72", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "634e854a864e186c8230fa0c258e3a2cf082a7d0cc9a5c554873f7033f3f1419", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 Jul 2022 16:02:26 GMT | ||
* Last updated: Wed, 31 Aug 2022 17:32:44 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `luxon` |
@@ -760,2 +760,10 @@ import { | ||
/** | ||
* Produce the fully expanded format token for the locale | ||
* Does NOT quote characters, so quoted tokens will not round trip correctly | ||
* @param fmt - the format string | ||
* @param localeOpts - Opts to override the configuration options on this DateTime | ||
*/ | ||
static expandFormat(fmt: string, localeOpts?: LocaleOptions): string; | ||
private constructor(config: unknown); | ||
@@ -762,0 +770,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
114017
2701