UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

8 lines 276 B
import { IExportConfig } from '../export.interface'; export declare class ExportPathService { private readonly config; constructor(config: IExportConfig); getPath(): string; emptyPath(date: Date): Promise<string[]>; } //# sourceMappingURL=path.service.d.ts.map