0.1.2 • Published 6 years ago

es-decorator-utils v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

es-decorator-utils

AppVeyor CircleCI Travis CI AppVeyor tests Codecov Code Climate Code Climate

Dependencies Development dependencies Known Vulnerabilities Greenkeeper

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