Get the Newsletter

decorators

A Function

decorators(rest: any): DecoratorApplicator

Enables applying decorators, particularly for use when there is no syntax support in the language, such as with ES5 and ES2016.

Parameters

rest: any
The decorators to apply.