UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

7 lines 287 B
import { DynamicModule } from '@nestjs/common'; import { IExportConfig } from './export.interface'; export declare class ExportModule { static register(): DynamicModule; static register(config: Partial<IExportConfig>): DynamicModule; } //# sourceMappingURL=export.module.d.ts.map