Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vhoyer/vue-prop-validation-helper

Some extra utils to help you validate your properties and have a good error message.
https://github.com/vhoyer/vue-prop-validation-helper

hacktoberfest validation vue

Last synced: 3 months ago
JSON representation

Some extra utils to help you validate your properties and have a good error message.

Awesome Lists containing this project

README

        

# Vue Prop Validation Helper

[![CircleCI](https://circleci.com/gh/vhoyer/vue-prop-validation-helper.svg?style=svg)](https://circleci.com/gh/vhoyer/vue-prop-validation-helper)
[![Coverage Status](https://coveralls.io/repos/github/vhoyer/vue-prop-validation-helper/badge.svg)](https://coveralls.io/github/vhoyer/vue-prop-validation-helper)

Some extra utils to help you validate your properties.

## helpers

Here I will list the helpers provided by this library.

- [everyItemOfArrayShouldHave](./docs/everyItemOfArrayShouldHave.md)
- [objectShouldHave](./docs/objectShouldHave.md)
- [shouldBeOneOf](./docs/shouldBeOneOf.md)

### Deprecated helpers

- [everyItemHasAllProperties (DEPRECATED: use everyItemOfArrayShouldHave)](./docs/everyItemHasAllProperties.md)
- [hasAllProperties (DEPRECATED: use objectShouldHave)](./docs/hasAllProperties.md)