@types/iltorb
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,3 @@ // Type definitions for iltorb 2.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
@@ -20,2 +21,6 @@ /// <reference types="node"/> | ||
export interface BrotliFlushable { | ||
flush(): void; | ||
} | ||
export type IltorbCallback = (err: Error | null | undefined, output: Buffer) => void; | ||
@@ -31,3 +36,3 @@ | ||
export function compressStream(options?: BrotliEncodeParams): Transform; | ||
export function compressStream(options?: BrotliEncodeParams): Transform & BrotliFlushable; | ||
export function decompressStream(): Transform; |
{ | ||
"name": "@types/iltorb", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for iltorb", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "aeac683e5304a2d98945ff1b645ec2a744ce06b8c4cd4d49286c5f709bd74bb3", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "cc5a9b116d89158f278cf4f5402483b381dd7de280dc5ffd8c14ea4fdb155de9", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 21 Nov 2017 20:50:01 GMT | ||
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT | ||
* Dependencies: stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
3559
26