@types/luxon
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@types/luxon", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -73,4 +73,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "67207da97dd2d192057f86b46d6e2c69a556ea6cca8c9bdd7828ac8eac8e9769", | ||
"typesPublisherContentHash": "9e00b49e5345bdea4486a80474f8fe2dffc8571ac8d3909ec9334184b44fc25f", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 08 Nov 2021 10:01:36 GMT | ||
* Last updated: Tue, 09 Nov 2021 15:01:28 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `luxon` |
@@ -125,2 +125,10 @@ import { NumberingSystem } from './misc'; | ||
/** | ||
* Create a Duration from DurationLike. | ||
* | ||
* @param durationLike | ||
* Either a Luxon Duration, a number of milliseconds, or the object argument to Duration.fromObject() | ||
*/ | ||
static fromDurationLike(durationLike: DurationLike): Duration; | ||
/** | ||
* Create a Duration from an ISO 8601 duration string. | ||
@@ -127,0 +135,0 @@ * @see https://en.wikipedia.org/wiki/ISO_8601#Durations |
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
109389
2471