@types/filesize
Advanced tools
Comparing version 3.6.0 to 4.0.0
@@ -1,5 +0,6 @@ | ||
// Type definitions for filesize 3.6 | ||
// Type definitions for filesize 4.0 | ||
// Project: https://github.com/avoidwork/filesize.js | ||
// Definitions by: Giedrius Grabauskas <https://github.com/GiedriusGrabauskas> | ||
// Renaud Chaput <https://github.com/renchap> | ||
// Roman Nuritdinov <https://github.com/Ky6uk> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -84,7 +85,2 @@ | ||
/** | ||
* Dictionary of SI/JEDEC symbols to replace for localization, defaults to english if no match is found | ||
* @deprecated: use `symbols` | ||
*/ | ||
suffixes?: SiJedec; | ||
/** | ||
* Enables unix style human readable output, e.g ls -lh, default is false | ||
@@ -91,0 +87,0 @@ */ |
{ | ||
"name": "@types/filesize", | ||
"version": "3.6.0", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for filesize", | ||
@@ -16,13 +16,19 @@ "license": "MIT", | ||
"githubUsername": "renchap" | ||
}, | ||
{ | ||
"name": "Roman Nuritdinov", | ||
"url": "https://github.com/Ky6uk", | ||
"githubUsername": "Ky6uk" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "16f81a83a929a36115b3a1cdd5871631d4e9edabc97bc674e22d9d8868d1e99c", | ||
"typesPublisherContentHash": "75503b14780eb8d19b75f0858ff4bbba35458e5733d59ed5aad8f2e0282fc9e1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filesize | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filesize | ||
Additional Details | ||
* Last updated: Mon, 19 Feb 2018 15:08:56 GMT | ||
* Last updated: Tue, 22 Jan 2019 17:59:02 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: filesize | ||
# Credits | ||
These definitions were written by Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>, Renaud Chaput <https://github.com/renchap>. | ||
These definitions were written by Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>, Renaud Chaput <https://github.com/renchap>, Roman Nuritdinov <https://github.com/Ky6uk>. |
Sorry, the diff of this file is not supported yet
5424
88