@shaval/core

The core package of shaval. Contains core abstractions used by other packages.

Usage no npm install needed!

<script type="module">
  import shavalCore from 'https://cdn.skypack.dev/@shaval/core';
</script>

README

shaval - simple unobtrusive object parsing and validation for JavaScript and TypeScript

shaval (short for shape validation) is object parsing and validation as it should be: simple to use, no boilerplate, unobtrusive, lightning-fast and type-safe but not verbose.

npm version Build Status codecov license

Quickstart

npm i shaval -S
// TODO

Motivation

TODO

Prior Art

TODO

Open points

TODO

Contributing

If you want to help with the development of this library please have a look at the contributing guidelines.

License

Everything in this repository is licensed under the MIT License unless otherwise specified.

Copyright (c) 2021-present Jonathan Ziller