@types/progress
Advanced tools
@@ -123,10 +123,13 @@ // Type definitions for node-progress v2.0.0 | ||
| update(ratio: number, tokens?: any): void; | ||
| /** | ||
| * "interrupt" the progress bar and write a message above it. | ||
| */ | ||
| interrupt(message: string): void; | ||
| /** | ||
| * Terminates a progress bar. | ||
| */ | ||
| */ | ||
| terminate(): void; | ||
| /** | ||
@@ -133,0 +136,0 @@ * Completed status of progress (Boolean) |
| { | ||
| "name": "@types/progress", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "description": "TypeScript definitions for node-progress", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
| "name": "Sebastian Lenz", | ||
| "url": "https://github.com/sebastian-lenz" | ||
| "url": "https://github.com/sebastian-lenz", | ||
| "githubUsername": "sebastian-lenz" | ||
| } | ||
@@ -22,5 +23,4 @@ ], | ||
| }, | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "6a857ef0dff9819775ac98ad086e69ec73429494acf8b1a564952a76cfbca716", | ||
| "typesPublisherContentHash": "768a0359e33dadbf681a9fa5339a271bd98f4871651e485d37ec12a36bdc77c5", | ||
| "typeScriptVersion": "2.0" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Mon, 22 May 2017 20:30:42 GMT | ||
| * Last updated: Wed, 20 Dec 2017 14:50:50 GMT | ||
| * Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
6275
2.4%116
3.57%