UNPKG

132 BJavaScriptView Raw
1"use strict";
2
3const {
4 validate,
5 ValidationError
6} = require('./validate');
7
8module.exports = {
9 validate,
10 ValidationError
11};
\No newline at end of file