UNPKG

diginext-utils

Version:
14 lines 565 B
/** * 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