UNPKG

@toss/nestjs-aop

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/toss/nestjs-aop"> <img src="https://toss.tech/wp-content/uploads/2022/11/tech-article-nest-js-02.png" alt="Logo" height="200"> </a>

6 lines 363 B
/** * @param metadataKey equal to 1st argument of Aspect Decorator * @param metadata The value corresponding to the metadata of WrapParams. It can be obtained from LazyDecorator's warp method and used. */ export declare const createDecorator: (metadataKey: symbol | string, metadata?: unknown) => MethodDecorator; //# sourceMappingURL=create-decorator.d.ts.map