@types/moment-timezone
Advanced tools
Comparing version
@@ -60,3 +60,3 @@ // Type definitions for moment-timezone.js 0.5 | ||
interface Moment { | ||
tz(): string; | ||
tz(): string | undefined; | ||
tz(timezone: string): Moment; | ||
@@ -63,0 +63,0 @@ zoneAbbr(): string; |
{ | ||
"name": "@types/moment-timezone", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "TypeScript definitions for moment-timezone.js", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
@@ -28,4 +28,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "09212dc3aafcf009953f0b8a9f58b89e3c735fecc5a2371f426a4f58bccfca03", | ||
"typesPublisherContentHash": "daaeec191444e4cea6f45a36a2ed2456d34c6969f830be0ed342ffdc25fc3abf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moment-timezone | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/moment-timezone | ||
Additional Details | ||
* Last updated: Mon, 05 Feb 2018 16:02:05 GMT | ||
* Last updated: Wed, 23 May 2018 23:09:40 GMT | ||
* Dependencies: moment | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
4894
-1.53%