UNPKG

phantasy-validation

Version:
22 lines (14 loc) 649 B
# phantasy-validation [![Build Status](https://travis-ci.org/tkuminecz/phantasy-validation.svg?branch=master)](https://travis-ci.org/tkuminecz/phantasy-validation) [![Dependencies](https://david-dm.org/tkuminecz/phantasy-validation/status.svg)](https://david-dm.org/tkuminecz/phantasy-validation) [![DevDependencies](https://david-dm.org/tkuminecz/phantasy-validation/dev-status.svg)](https://david-dm.org/tkuminecz/phantasy-validation?type=dev) Type-safe validation of arbitrary values and `JSON` ## Installation Install using `npm`: ```bash $ npm i -S phantasy-validation` ``` Or if using `yarn`: ```bash $ yarn add phantasy-validation ```