npmextra/dist/index.d.ts
2016-07-18 20:29:29 +02:00

8 lines
209 B
TypeScript

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