@types/twix
Advanced tools
Comparing version 0.6.37 to 0.6.38
@@ -26,2 +26,5 @@ // Type definitions for twix.js 0.6.3 | ||
lastNightEndsAt?: number; | ||
hideTime?: boolean; | ||
hideDate?: boolean; | ||
hideYear?: boolean; | ||
} | ||
@@ -65,4 +68,4 @@ | ||
equals(other: Twix): boolean; | ||
union(other: Twix): Twix; | ||
intersection(other: Twix): Twix; | ||
union(other: Twix): Twix; | ||
intersection(other: Twix): Twix; | ||
@@ -69,0 +72,0 @@ xor(other: Twix): Twix[]; |
{ | ||
"name": "@types/twix", | ||
"version": "0.6.37", | ||
"version": "0.6.38", | ||
"description": "TypeScript definitions for twix.js", | ||
@@ -14,5 +14,6 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -23,4 +24,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "2c153c33ebdc54b44580519068e49125eedee1c93265acf4085e503a9cfb02d3", | ||
"typesPublisherContentHash": "062b9407454fabbf0219316775cac7d14d689be951e8bd002d60c7ec86c517c1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twix | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twix | ||
Additional Details | ||
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT | ||
* Last updated: Sun, 18 Nov 2018 23:59:24 GMT | ||
* Dependencies: moment | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
6598
111