source:
imaps-frontend/node_modules/schema-utils/dist/index.js
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 245 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | |
3 | const { |
4 | validate, |
5 | ValidationError, |
6 | enableValidation, |
7 | disableValidation, |
8 | needValidate |
9 | } = require("./validate"); |
10 | module.exports = { |
11 | validate, |
12 | ValidationError, |
13 | enableValidation, |
14 | disableValidation, |
15 | needValidate |
16 | }; |
Note:
See TracBrowser
for help on using the repository browser.