UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

10 lines (9 loc) 319 B
import ts from "typescript"; import { INestiaTransformContext } from "../options/INestiaTransformProject"; export declare namespace ParameterDecoratorTransformer { const transform: (props: { context: INestiaTransformContext; type: ts.Type; decorator: ts.Decorator; }) => ts.Decorator; }