UNPKG

@kitstack/nest-powertools

Version:

A comprehensive collection of NestJS powertools, decorators, and utilities to supercharge your backend development

5 lines (4 loc) 138 B
import { DynamicModule } from '@nestjs/common'; export declare class PowertoolsModule { static forRoot(config: any): DynamicModule; }