@types/luxon
Advanced tools
Comparing version 0.2.6 to 0.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for luxon 0.2 | ||
// Type definitions for luxon 0.5 | ||
// Project: https://github.com/moment/luxon#readme | ||
@@ -169,2 +169,3 @@ // Definitions by: Colby DeHart <https://github.com/colbydehart> | ||
outputCalendar: string; | ||
quarter: number; | ||
second: number; | ||
@@ -256,2 +257,3 @@ weekNumber: number; | ||
numberingSystem: string; | ||
quarters: number; | ||
seconds: number; | ||
@@ -341,3 +343,3 @@ weeks: number; | ||
count(unit?: string): number; | ||
difference(...intervals: Interval[]): Interval; | ||
difference(...intervals: Interval[]): Interval[]; | ||
divideEqually(numberOfParts?: number): Interval[]; | ||
@@ -379,3 +381,3 @@ engulfs(other: Interval): boolean; | ||
let now: () => number; | ||
function resetCache(): void; | ||
function resetCaches(): void; | ||
} | ||
@@ -382,0 +384,0 @@ |
{ | ||
"name": "@types/luxon", | ||
"version": "0.2.6", | ||
"version": "0.5.0", | ||
"description": "TypeScript definitions for luxon", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dd5dc14ca752723669c2bc9aa42e3c2e12c1a44dc26bb4b270ba0a6e04c566f9", | ||
"typesPublisherContentHash": "e4342361ecbcae3e77c8e668dd8fd653bbd8e5b7558696d9315713ac10d30941", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 26 Feb 2018 22:52:03 GMT | ||
* Last updated: Wed, 28 Feb 2018 23:22:44 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
17443
373