From f0ec8d77bf21d75e8a70db02e38db106967f8357 Mon Sep 17 00:00:00 2001 From: Ricardo Lopez Date: Mon, 23 Oct 2017 19:14:24 -0500 Subject: [PATCH] make nconf Provider options in constructor optional --- types/nconf/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/nconf/index.d.ts b/types/nconf/index.d.ts index ff72f3e568..f03eb88b39 100644 --- a/types/nconf/index.d.ts +++ b/types/nconf/index.d.ts @@ -69,7 +69,7 @@ export interface ICallbackFunction { } export declare class Provider { - constructor(options: IOptions); + constructor(options?: IOptions); stores: any; sources: any[];