@hv-kit/hexpress
Version:
facilitates typescript backend development with express
13 lines • 699 B
TypeScript
import { StructImportDatas } from '../interfaces/struct.interface';
export declare function cleanImportedDatas(datas: any[], config?: StructImportDatas): any[];
export declare function ImportCSV(file: any, config?: StructImportDatas): Promise<any[]>;
export declare function ImportExcel(file: any, config?: StructImportDatas): Promise<any[]>;
export declare function ImportJSON(file: any, config?: StructImportDatas): Promise<any[]>;
declare const _default: {
cleanImportedDatas: typeof cleanImportedDatas;
ImportCSV: typeof ImportCSV;
ImportExcel: typeof ImportExcel;
ImportJSON: typeof ImportJSON;
};
export default _default;
//# sourceMappingURL=import_functs.d.ts.map