npmextra/dist/index.d.ts

7 lines
156 B
TypeScript
Raw Normal View History

2016-07-17 14:34:31 +00:00
export interface IDataFor {
toolName: string;
defaultSettings?: any;
cwd?: string;
}
export declare let dataFor: (optionsArg: IDataFor) => any;