s-validater

2.2.1 • Public • Published

s-validater

Build Status

a validate lib for nodejs

feature

  • type checking: boolean, string, date, number, array, or plain object
  • validation full result: error, errorFilds, effective data collection
  • custom validation function
  • string length(min, max), number(min, max), RegExp check
  • post value filter
  • async validate function support

install

npm install s-validater --save

how to use

doc

read more example from test/test.js

test

$ git clone https://github.com/zxdong262/s-validater.git
cd s-validater
$ npm install
$ npm install mocha -g
$ mocha

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.1
    0
    • latest

Version History

Package Sidebar

Install

npm i s-validater

Weekly Downloads

0

Version

2.2.1

License

MIT

Last publish

Collaborators

  • zxdong262