# @ibyar/decorators

> Ibyar Decorators is implementations for proposal-decorator-metadata

Latest version **4.0.0** (published 2025-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ibyar/decorators
pnpm add @ibyar/decorators
yarn add @ibyar/decorators
bun add @ibyar/decorators
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2025-08-10 |
| First published | 2023-04-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | The Ibyar Authors |
| Maintainers | salem.ebo |
| Keywords | aurora, ibyar, decorators, typescript, front-end |

## Links

- npm: https://www.npmjs.com/package/@ibyar/decorators
- Repository: https://github.com/ibyar/aurora
- Homepage: https://github.com/ibyar/aurora/tree/dev/packages/decorators
- Issues: https://github.com/ibyar/aurora/issues
- npm.io page: https://npm.io/package/@ibyar/decorators

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1

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

- 4.0.0 (latest) — 2025-08-10
- 3.1.1 — 2025-01-23
- 3.0.0 — 2025-01-11
- 2.5.0 — 2024-11-02
- 2.4.0 — 2024-09-29
- 2.3.0 — 2024-08-02
- 2.2.1 — 2024-07-26
- 2.2.0 — 2024-07-25
- 2.1.2 — 2024-07-20
- 2.1.1 — 2024-07-20
- 2.1.0 — 2024-07-20
- 2.0.2 — 2024-07-14
- 2.0.1 — 2024-07-13
- 2.0.0 — 2024-07-11
- 1.2.2 — 2024-01-15
- … 4 more at https://npm.io/package/@ibyar/decorators/versions

## README

# Ibyar Decorator

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![LICENSE][license-img]][license-url]
[![lerna][lerna-img]][lerna-url]
![GitHub contributors][contributors]

[npm-image]: https://img.shields.io/npm/v/@ibyar/decorators.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen
[npm-url]: https://npmjs.org/package/@ibyar/decorators
[downloads-image]: https://img.shields.io/npm/dt/@ibyar/decorators
[downloads-url]: https://npmjs.org/package/@ibyar/decorators
[license-img]: https://img.shields.io/github/license/ibyar/aurora
[license-url]: https://github.com/ibyar/aurora/blob/master/LICENSE
[lerna-img]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[lerna-url]: https://lerna.js.org/
[contributors]: https://img.shields.io/github/contributors/ibyar/aurora

Ibyar metadata is implementations for proposal-decorator-metadata

## `Install`

``` bash
npm i --save @ibyar/decorators
```

``` bash
yarn add @ibyar/decorators
```

Create you decorator that is aware of metadata context for [proposal-decorator-metadata](https://github.com/tc39/proposal-decorator-metadata)


## Compatibility

| Version   | TS Version   |
|-----------|--------------|
| 1.0.0     | 5.0.0, 5.1.0 |
| >=1.1.0   | >=5.2.0      |

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