summaryrefslogtreecommitdiffstats
path: root/node_modules/schema-utils/dist/index.js
blob: 7ff2293494398f0ac253b77ae2714d8d213421f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
"use strict";

const {
  validate,
  ValidationError
} = require('./validate');

module.exports = {
  validate,
  ValidationError
};