mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update docs
This commit is contained in:
2
convict/convict.d.ts
vendored
2
convict/convict.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user