diginext-utils
Version:
README.md
14 lines • 565 B
TypeScript
/**
* This is an alias of "findFileByExt()"
*/
export declare const forEachFileByExt: (base: string, ext: string, cb: (path: string) => {}) => void;
/**
* This is an alias of "forEachFileByExt()"
*/
export declare const findFileByExt: (base: string, ext: string, cb: (path: string) => {}) => void;
declare const fileExt: {
findFileByExt: (base: string, ext: string, cb: (path: string) => {}) => void;
forEachFileByExt: (base: string, ext: string, cb: (path: string) => {}) => void;
};
export default fileExt;
//# sourceMappingURL=findFilesByExt.d.ts.map