Update docs

This commit is contained in:
Nimish Telang
2016-01-13 18:00:50 +00:00
parent 592d0403d1
commit 7581efb4eb

View File

@@ -24,6 +24,8 @@ declare module "convict" {
* - an array of enumerated values, e.g. ["production", "development", "testing"]
* - built-in JavaScript type, i.e. Object, Array, String, Number, Boolean
* - or if omitted, the Object.prototype.toString.call of the default value
*
* The docs also state that any function that validates is ok too
*/
format?: string | Array<any> | Function;
env?: string;