README
Install
To install use:
npm i validate-for
Use
This library is a simple set of static methods that can be used to preform a few validation related checks. It is intended to be used in conjunction with validate-for.
A set of static validators to be optionally used with validate-this
<script type="module">
import validateForUtils from 'https://cdn.skypack.dev/validate-for-utils';
</script>
To install use:
npm i validate-for
This library is a simple set of static methods that can be used to preform a few validation related checks. It is intended to be used in conjunction with validate-for.