now merges default options
This commit is contained in:
7
dist/index.d.ts
vendored
7
dist/index.d.ts
vendored
@@ -1 +1,6 @@
|
||||
export declare let dataFor: (toolNameArg: string, cwdArg?: string) => any;
|
||||
export interface IDataFor {
|
||||
toolName: string;
|
||||
defaultSettings?: any;
|
||||
cwd?: string;
|
||||
}
|
||||
export declare let dataFor: (optionsArg: IDataFor) => any;
|
||||
|
||||
Reference in New Issue
Block a user