es-decorator-utils
v0.1.2
Published
Utility functions to help deal with ECMAScript decorators.
Downloads
2
Maintainers
Readme
es-decorator-utils
Utility functions to help deal with ECMAScript decorators.
:warning: These functions only work on elements that have associated metadata (i.e. they must be decorated).
Installation
The library can be installed using npm
:
npm install es-decorator-utils --save
Or using yarn
:
yarn add es-decorator-utils