Skip to content

Instantly share code, notes, and snippets.

@thomasmichaelwallace
Last active July 14, 2017 22:52
Show Gist options
  • Save thomasmichaelwallace/3289f69d81176085f60285e3da3bbb18 to your computer and use it in GitHub Desktop.
Save thomasmichaelwallace/3289f69d81176085f60285e3da3bbb18 to your computer and use it in GitHub Desktop.
A hello world for ajv.
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