UNPKG

@cisstech/nestjs-expand

Version:

A NestJS module to build Dynamic Resource Expansion for APIs

6 lines (5 loc) 192 B
import { DynamicModule } from '@nestjs/common'; import { ExpandConfig } from './expand'; export declare class NestKitExpandModule { static forRoot(config?: ExpandConfig): DynamicModule; }