1.1.3 • Published 3 years ago

egg-validator-ts v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

egg-validator-ts

NPM version build status Test coverage David deps Known Vulnerabilities npm download

About

Install

$ npm i egg-validator-ts --save

Usage

// {app_root}/config/plugin.js
exports.validatorTs = {
  enable: true,
  package: 'egg-validator-ts',
};

Configuration

// {app_root}/config/config.default.js
exports.validatorTs = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT