Last active
July 14, 2017 22:52
-
-
Save thomasmichaelwallace/3289f69d81176085f60285e3da3bbb18 to your computer and use it in GitHub Desktop.
A hello world for ajv.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ajv from 'ajv'; | |
const ajv = new Ajv({ allErrors: true }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment