README
@validatem/is-value
Documentation for this module has not been written yet. By the time it reaches 1.0.0, it will have full documentation.
In the meantime, check out the example.js
file in the repository for a usage demonstration.
Validatem validator for ensuring that a value is specifically a particular value; useful for eg. asserting expected values
<script type="module">
import validatemIsValue from 'https://cdn.skypack.dev/@validatem/is-value';
</script>
Documentation for this module has not been written yet. By the time it reaches 1.0.0, it will have full documentation.
In the meantime, check out the example.js
file in the repository for a usage demonstration.