UNPKG

@litert/decorator

Version:
32 lines (20 loc) 1.17 kB
# LiteRT/Decorator [![Strict TypeScript Checked](https://badgen.net/badge/TS/Strict "Strict TypeScript Checked")](https://www.typescriptlang.org) [![npm version](https://img.shields.io/npm/v/@litert/decorator.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/decorator "Stable Version") [![License](https://img.shields.io/npm/l/@litert/decorator.svg?maxAge=2592000?style=plastic)](https://github.com/litert/decorator.js/blob/master/LICENSE) [![node](https://img.shields.io/node/v/@litert/decorator.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/) [![GitHub issues](https://img.shields.io/github/issues/litert/decorator.js.svg)](https://github.com/litert/decorator.js/issues) [![GitHub Releases](https://img.shields.io/github/release/litert/decorator.js.svg)](https://github.com/litert/decorator.js/releases "Stable Release") The utility set of decorators. ## Requirement - TypeScript v4.3.x (or newer) - ECMAScript 2017 (or newer) ## Installation Install by NPM: ```sh npm i @litert/decorator --save ``` ## Document - [简体中文版](./docs/zh-CN/README.md) ## License This library is published under [Apache-2.0](./LICENSE) license.