blob: 47f434532aebbd9765f1cf985f6e2ed2320440db [file] [log] [blame]
"use strict";
const {
validate,
ValidationError
} = require("./validate");
module.exports = {
validate,
ValidationError
};