summaryrefslogtreecommitdiffstats
path: root/node_modules/schema-utils/dist/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/schema-utils/dist/index.js')
-rw-r--r--node_modules/schema-utils/dist/index.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/schema-utils/dist/index.js b/node_modules/schema-utils/dist/index.js
new file mode 100644
index 0000000..7ff2293
--- /dev/null
+++ b/node_modules/schema-utils/dist/index.js
@@ -0,0 +1,11 @@
+"use strict";
+
+const {
+ validate,
+ ValidationError
+} = require('./validate');
+
+module.exports = {
+ validate,
+ ValidationError
+}; \ No newline at end of file