UNPKG

@litert/typeguard

Version:

An easy and powerful data validation code generator by JavaScript.

31 lines (19 loc) 1.07 kB
# LiteRT/TypeGuard [![npm version](https://img.shields.io/npm/v/@litert/typeguard.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/typeguard "Stable Version") [![License](https://img.shields.io/npm/l/@litert/typeguard.svg?maxAge=2592000?style=plastic)](https://github.com/litert/typeguard/blob/master/LICENSE) [![node](https://img.shields.io/node/v/@litert/typeguard.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/) [![GitHub issues](https://img.shields.io/github/issues/litert/type-guard.svg)](https://github.com/litert/type-guard/issues) [![GitHub Releases](https://img.shields.io/github/release/litert/type-guard.svg)](https://github.com/litert/type-guard/releases "Stable Release") An easy and powerful data validation code generator by JavaScript. ## Requirement - TypeScript v3.3.x (or newer) - ECMAScript 2017 (or newer) ## Installation Install by NPM: ```sh npm i @litert/typeguard --save ``` ## Document - [简体中文版](./docs/zh-CN/README.md) ## License This library is published under [Apache-2.0](./LICENSE) license.