mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Make RcLoader module a class.
This commit is contained in:
Vendored
+3
-1
@@ -9,8 +9,10 @@ declare module "rcloader" {
|
||||
lookup?: boolean;
|
||||
}
|
||||
|
||||
export class RcLoader {
|
||||
class RcLoader {
|
||||
constructor(configfilename: string, options: string | Options);
|
||||
for(path: string, callback?: (error: any, fileOpts: any) => void): void;
|
||||
}
|
||||
|
||||
export = RcLoader;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user