@types/iltorb
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -22,3 +22,3 @@ // Type definitions for iltorb 2.3 | ||
export interface BrotliFlushable { | ||
flush(): void; | ||
flush(): void; | ||
} | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@types/iltorb", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TypeScript definitions for iltorb", | ||
@@ -19,5 +19,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/iltorb" | ||
}, | ||
@@ -28,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "b7d1ddf531ea1323d6c15ca4ce15a2f383f6a8ae9606992d77d863659efb4352", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "17eca1f4eaa4edba6fde1ec1002d0a8a0bc99c6699556d7618807652bc13576e", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://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: Sat, 18 Aug 2018 01:07:25 GMT | ||
* Dependencies: stream, node | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:40 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Arturas Molcanovas <https://github.com/Alorel>, Francis Gulotta <https://github.com/reconbot>. | ||
These definitions were written by [Arturas Molcanovas](https://github.com/Alorel), and [Francis Gulotta](https://github.com/reconbot). |
Sorry, the diff of this file is not supported yet
4005