UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

7 lines 285 B
import { IExportConfig, IExportTable } from '../export.interface'; export declare class ExportExcelService { private readonly config; constructor(config: IExportConfig); export(path: string, table: IExportTable): Promise<void>; } //# sourceMappingURL=excel.service.d.ts.map