main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
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.