@types/luxon
Advanced tools
Comparing version 2.0.9 to 2.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for luxon 2.0 | ||
// Type definitions for luxon 2.3 | ||
// Project: https://github.com/moment/luxon#readme | ||
@@ -14,2 +14,3 @@ // Definitions by: Colby DeHart <https://github.com/colbydehart> | ||
// Hugo Silva <https://github.com/hugofpsilva> | ||
// Martin Badin <https://github.com/martin-badin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -16,0 +17,0 @@ |
{ | ||
"name": "@types/luxon", | ||
"version": "2.0.9", | ||
"version": "2.3.0", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -62,2 +62,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", | ||
"githubUsername": "hugofpsilva" | ||
}, | ||
{ | ||
"name": "Martin Badin", | ||
"url": "https://github.com/martin-badin", | ||
"githubUsername": "martin-badin" | ||
} | ||
@@ -74,4 +79,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "33cf9840d5efbbce0dd119ad748e951a342ff9a7327fc0f99f5417417e84f623", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "fd93f0c4fa93f28bb3d464ffe4e3d8eabee851951959a192733ff158c0b7367a", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 09 Jan 2022 15:31:23 GMT | ||
* Last updated: Wed, 02 Mar 2022 18:01:54 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `luxon` | ||
# Credits | ||
These definitions were written by [Colby DeHart](https://github.com/colbydehart), [Hyeonseok Yang](https://github.com/FourwingsY), [Jonathan Siebern](https://github.com/jsiebern), [Matt R. Wilson](https://github.com/mastermatt), [Pietro Vismara](https://github.com/pietrovismara), [Janeene Beeforth](https://github.com/dawnmist), [Jason Yu](https://github.com/ycmjason), [Aitor Pérez Rodal](https://github.com/Aitor1995), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Carson Full](https://github.com/carsonf), and [Hugo Silva](https://github.com/hugofpsilva). | ||
These definitions were written by [Colby DeHart](https://github.com/colbydehart), [Hyeonseok Yang](https://github.com/FourwingsY), [Jonathan Siebern](https://github.com/jsiebern), [Matt R. Wilson](https://github.com/mastermatt), [Pietro Vismara](https://github.com/pietrovismara), [Janeene Beeforth](https://github.com/dawnmist), [Jason Yu](https://github.com/ycmjason), [Aitor Pérez Rodal](https://github.com/Aitor1995), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Carson Full](https://github.com/carsonf), [Hugo Silva](https://github.com/hugofpsilva), and [Martin Badin](https://github.com/martin-badin). |
@@ -1357,2 +1357,7 @@ import { | ||
/** | ||
* Returns the epoch seconds (as a whole number) of this DateTime. | ||
*/ | ||
toUnixInteger(): number; | ||
/** | ||
* Returns an ISO 8601 representation of this DateTime appropriate for use in JSON. | ||
@@ -1359,0 +1364,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
112757
2671