UNPKG

@loopback/docs

Version:
27 lines (17 loc) 665 B
--- lang: en title: 'API docs: metadata.decoratorfactory.create' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.metadata.decoratorfactory.create.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/metadata](./metadata.md) &gt; [DecoratorFactory](./metadata.decoratorfactory.md) &gt; [create](./metadata.decoratorfactory.create.md) ## DecoratorFactory.create() method Create a decorator function of the given type. Each sub class MUST implement this method. <b>Signature:</b> ```typescript create(): D; ``` <b>Returns:</b> `D`