add boolean for wether configfile is present

This commit is contained in:
Phil Kunz
2016-07-18 20:29:29 +02:00
parent 540e7610af
commit ec56eb75c2
5 changed files with 28 additions and 2 deletions

1
dist/index.d.ts vendored
View File

@@ -4,3 +4,4 @@ export interface IDataFor {
cwd?: string;
}
export declare let dataFor: (optionsArg: IDataFor) => any;
export declare let configFilePresent: () => boolean;