@gimmi/es5-validator

0.1.0 • Public • Published

Use in browser

<script src="src/validator.js"></script>
<script type="text/javascript">
    new Validator({ str: 123 }).checkKey('str', Number)
</script>

Also see In browser spec runner

Use in NodeJS

const Validator = require('es5-validator')

new Validator({ str: 123 }).checkKey('str', Number)

Also see nodejs test by running npm test

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i @gimmi/es5-validator

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

21.8 kB

Total Files

6

Last publish

Collaborators

  • gimmi