@types/conf
Advanced tools
+2
-1
@@ -1,2 +0,2 @@ | ||
| // Type definitions for conf 1.1 | ||
| // Type definitions for conf 1.4 | ||
| // Project: https://github.com/sindresorhus/conf | ||
@@ -27,2 +27,3 @@ // Definitions by: Sam Verschueren <https://github.com/SamVerschueren> | ||
| clear(): void; | ||
| onDidChange(key: string, callback: (oldVal: any, newVal: any) => void): void; | ||
| [Symbol.iterator](): Iterator<[string, T]>; | ||
@@ -29,0 +30,0 @@ } |
| { | ||
| "name": "@types/conf", | ||
| "version": "1.1.0", | ||
| "version": "1.4.0", | ||
| "description": "TypeScript definitions for conf", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
| "name": "Sam Verschueren", | ||
| "url": "https://github.com/SamVerschueren" | ||
| "url": "https://github.com/SamVerschueren", | ||
| "githubUsername": "SamVerschueren" | ||
| }, | ||
| { | ||
| "name": "BendingBender", | ||
| "url": "https://github.com/BendingBender" | ||
| "url": "https://github.com/BendingBender", | ||
| "githubUsername": "BendingBender" | ||
| } | ||
@@ -24,5 +26,4 @@ ], | ||
| "dependencies": {}, | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "69caf6169305c85116dad6673139d7253b68d43d03b911988c99f5563146f80b", | ||
| "typesPublisherContentHash": "5a65508156a4adc6e13dee0ab1cf06345c41a8d59cdf10ab0a948f9f005e2f55", | ||
| "typeScriptVersion": "2.3" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Wed, 09 Aug 2017 17:36:32 GMT | ||
| * Last updated: Tue, 30 Jan 2018 20:01:15 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
3438
4.43%27
3.85%