update typings, deps and ci
This commit is contained in:
2
dist/smartfile.fs.d.ts
vendored
2
dist/smartfile.fs.d.ts
vendored
@ -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[]>;
|
||||
/**
|
||||
*
|
||||
|
5
dist/smartfile.fs.js
vendored
5
dist/smartfile.fs.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user