UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (10 loc) 471 B
import { ArgumentMetadata, PipeTransform } from '@nestjs/common/interfaces'; export declare class PipesConsumer { private readonly paramsTokenFactory; apply<TInput = any>(value: TInput, { metatype, type, data }: ArgumentMetadata, pipes: PipeTransform[]): Promise<TInput>; applyPipes<TInput = any>(value: TInput, { metatype, type, data }: { metatype: any; type?: any; data?: any; }, transforms: PipeTransform[]): Promise<TInput>; }