mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
make nconf Provider options in constructor optional
This commit is contained in:
2
types/nconf/index.d.ts
vendored
2
types/nconf/index.d.ts
vendored
@@ -69,7 +69,7 @@ export interface ICallbackFunction {
|
||||
}
|
||||
|
||||
export declare class Provider {
|
||||
constructor(options: IOptions);
|
||||
constructor(options?: IOptions);
|
||||
|
||||
stores: any;
|
||||
sources: any[];
|
||||
|
||||
Reference in New Issue
Block a user