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

Dependents (1)

Package Sidebar

Install

npm i s-validater

Weekly Downloads

1

Version

2.2.1

License

MIT

Last publish

Collaborators

  • zxdong262