# es-decorator-utils

> Utility functions to help deal with ECMAScript decorators.

Latest version **0.1.2** (published 2018-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install es-decorator-utils
pnpm add es-decorator-utils
yarn add es-decorator-utils
bun add es-decorator-utils
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2018-05-06 |
| First published | 2018-04-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | rraziel |
| Keywords | typescript, type, ecmascript, utility |

## Links

- npm: https://www.npmjs.com/package/es-decorator-utils
- Repository: https://github.com/rraziel/es-decorator-utils
- Issues: https://github.com/rraziel/es-decorator-utils/issues
- npm.io page: https://npm.io/package/es-decorator-utils

## Dependencies (1)

- [reflect-metadata](https://npm.io/package/reflect-metadata.md) 0.1.12

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2018-05-06
- 0.1.1 — 2018-04-28

## README

# es-decorator-utils

[![AppVeyor](https://img.shields.io/appveyor/ci/rraziel/es-decorator-utils/master.svg?label=Win32&style=flat)](https://ci.appveyor.com/project/rraziel/es-decorator-utils)
[![CircleCI](https://img.shields.io/circleci/project/github/rraziel/es-decorator-utils/master.svg?label=MacOS&style=flat)](https://circleci.com/gh/rraziel/es-decorator-utils)
[![Travis CI](https://img.shields.io/travis/rraziel/es-decorator-utils/master.svg?label=Linux&style=flat)](https://travis-ci.org/rraziel/es-decorator-utils)
[![AppVeyor tests](https://img.shields.io/appveyor/tests/rraziel/es-decorator-utils/master.svg?label=Tests&style=flat)](https://ci.appveyor.com/project/rraziel/es-decorator-utils/build/tests)
[![Codecov](https://img.shields.io/codecov/c/github/rraziel/es-decorator-utils.svg?label=Coverage&style=flat)](https://codecov.io/gh/rraziel/es-decorator-utils)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/rraziel/es-decorator-utils.svg?label=Maintainability&style=flat)](https://codeclimate.com/github/rraziel/es-decorator-utils)
[![Code Climate](https://img.shields.io/codeclimate/issues/rraziel/es-decorator-utils.svg?label=Code%20Issues&style=flat)](https://codeclimate.com/github/rraziel/es-decorator-utils/issues)

[![Dependencies](https://img.shields.io/david/rraziel/es-decorator-utils.svg?label=Dependencies&style=flat)](https://david-dm.org/rraziel/es-decorator-utils)
[![Development dependencies](https://img.shields.io/david/dev/rraziel/es-decorator-utils.svg?label=Dev%20Dependencies&style=flat)](https://david-dm.org/rraziel/es-decorator-utils?type=dev)
[![Known Vulnerabilities](https://snyk.io/test/github/rraziel/es-decorator-utils/badge.svg)](https://snyk.io/test/github/rraziel/es-decorator-utils)
[![Greenkeeper](https://badges.greenkeeper.io/rraziel/es-decorator-utils.svg)](https://greenkeeper.io/)

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
```

---
_Source: https://npm.io/package/es-decorator-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
