@types/iltorb
Advanced tools
Comparing version 2.0.1 to 2.3.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for iltorb 2.0 | ||
// Type definitions for iltorb 2.3 | ||
// Project: https://github.com/MayhemYDG/iltorb | ||
// Definitions by: Arturas Molcanovas <https://github.com/Alorel> | ||
// Francis Gulotta <https://github.com/reconbot> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -28,4 +29,6 @@ // TypeScript Version: 2.2 | ||
export function compress(buffer: Buffer, callback: IltorbCallback): void; | ||
export function compress(buffer: Buffer, options?: BrotliEncodeParams): Promise<Buffer>; | ||
export function decompress(buffer: Buffer, callback: IltorbCallback): void; | ||
export function decompress(buffer: Buffer): Promise<Buffer>; | ||
@@ -32,0 +35,0 @@ export function compressSync(buffer: Buffer, options?: BrotliEncodeParams): Buffer; |
{ | ||
"name": "@types/iltorb", | ||
"version": "2.0.1", | ||
"version": "2.3.0", | ||
"description": "TypeScript definitions for iltorb", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "Alorel" | ||
}, | ||
{ | ||
"name": "Francis Gulotta", | ||
"url": "https://github.com/reconbot", | ||
"githubUsername": "reconbot" | ||
} | ||
@@ -17,3 +22,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -24,4 +29,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "cc5a9b116d89158f278cf4f5402483b381dd7de280dc5ffd8c14ea4fdb155de9", | ||
"typesPublisherContentHash": "b7d1ddf531ea1323d6c15ca4ce15a2f383f6a8ae9606992d77d863659efb4352", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iltorb | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iltorb | ||
Additional Details | ||
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT | ||
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT | ||
* Dependencies: stream, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Arturas Molcanovas <https://github.com/Alorel>. | ||
These definitions were written by Arturas Molcanovas <https://github.com/Alorel>, Francis Gulotta <https://github.com/reconbot>. |
Sorry, the diff of this file is not supported yet
3908
29