@types/config
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -6,2 +6,3 @@ // Type definitions for node-config | ||
// James Donald <https://github.com/jndonald3> | ||
// Alberto Vasquez <https://github.com/albertovasquez> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -43,2 +44,5 @@ | ||
getConfigSources(): IConfigSource[]; | ||
// Returns a new deep copy of the current config object, or any part of the config if provided. | ||
toObject(config?: any): any; | ||
@@ -45,0 +49,0 @@ /** |
{ | ||
"name": "@types/config", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "TypeScript definitions for node-config", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "jndonald3" | ||
}, | ||
{ | ||
"name": "Alberto Vasquez", | ||
"url": "https://github.com/albertovasquez", | ||
"githubUsername": "albertovasquez" | ||
} | ||
@@ -31,4 +36,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a2313af05a12706bb05179f90d03948810800b8fae745093d039696c88735ad0", | ||
"typesPublisherContentHash": "c0ee2b1980974999ec39f4d3ed2b0c327b20dd3c6f3457a7719f247e101ed68b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 18 Sep 2017 14:08:00 GMT | ||
* Last updated: Thu, 08 Feb 2018 16:09:03 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Roman Korneev <https://github.com/RWander>, Forrest Bice <https://github.com/forrestbice>, James Donald <https://github.com/jndonald3>. | ||
These definitions were written by Roman Korneev <https://github.com/RWander>, Forrest Bice <https://github.com/forrestbice>, James Donald <https://github.com/jndonald3>, Alberto Vasquez <https://github.com/albertovasquez>. |
5630
50