@types/iltorb
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -12,2 +12,5 @@ // Type definitions for iltorb 2.3 | ||
export type BrotliMode = 0 | 1 | 2; | ||
export type BrotliCompressionQuality = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11; | ||
export interface BrotliEncodeParams { | ||
@@ -17,4 +20,6 @@ disable_literal_context_modeling?: boolean; | ||
lgwin?: number; | ||
mode?: number; | ||
quality?: number; | ||
/** @default 0 */ | ||
mode?: BrotliMode; | ||
/** @default 11 */ | ||
quality?: BrotliCompressionQuality; | ||
size_hint?: number; | ||
@@ -21,0 +26,0 @@ } |
{ | ||
"name": "@types/iltorb", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "TypeScript definitions for iltorb", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "17eca1f4eaa4edba6fde1ec1002d0a8a0bc99c6699556d7618807652bc13576e", | ||
"typesPublisherContentHash": "d5a035327627c514a6788c11d1d2a8f3b273dc3f952e96bfbebea89686e35d82", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:40 GMT | ||
* Last updated: Tue, 19 May 2020 11:05:42 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
4197
33