npmextra/dist/index.d.ts

8 lines
209 B
TypeScript
Raw Permalink 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;
export declare let configFilePresent: () => boolean;