UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

4 lines (3 loc) 269 B
import { Constructor } from './merge-with-values.util'; import { NestMiddleware } from '../interfaces/middleware/nest-middleware.interface'; export declare const BindResolveMiddlewareValues: <T extends Constructor<NestMiddleware>>(data: any[]) => (Metatype: T) => any;