Files
smartconfig/dist/index.d.ts
2016-07-17 16:34:31 +02:00

7 lines
156 B
TypeScript

export interface IDataFor {
toolName: string;
defaultSettings?: any;
cwd?: string;
}
export declare let dataFor: (optionsArg: IDataFor) => any;