update typings, deps and ci

This commit is contained in:
2017-03-12 00:06:56 +01:00
parent 9f3a71f0b9
commit fde809eb02
6 changed files with 39 additions and 24 deletions

View File

@ -90,7 +90,7 @@ export declare let toObjectSync: (filePathArg: any, fileTypeArg?: any) => any;
* @param filePath
* @returns {string|Buffer|any}
*/
export declare let toStringSync: (filePath: any) => any;
export declare let toStringSync: (filePath: string) => string;
export declare let fileTreeToObject: (dirPathArg: string, miniMatchFilter: string) => Promise<Smartfile[]>;
/**
*

File diff suppressed because one or more lines are too long