@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

Readme

Keywords

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