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: 4 months ago
JSON representation
Some extra utils to help you validate your properties and have a good error message.
- Host: GitHub
- URL: https://github.com/vhoyer/vue-prop-validation-helper
- Owner: vhoyer
- Created: 2019-06-07T21:31:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T20:17:40.000Z (over 1 year ago)
- Last Synced: 2025-03-11T03:34:23.370Z (4 months ago)
- Topics: hacktoberfest, validation, vue
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/vue-prop-validation-helper
- Size: 3.02 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Vue Prop Validation Helper
[](https://circleci.com/gh/vhoyer/vue-prop-validation-helper)
[](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)