source: imaps-frontend/node_modules/schema-utils/declarations/index.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 323 bytes
RevLine 
[79a0317]1import { validate } from "./validate";
2import { ValidationError } from "./validate";
3import { enableValidation } from "./validate";
4import { disableValidation } from "./validate";
5import { needValidate } from "./validate";
6export {
7 validate,
8 ValidationError,
9 enableValidation,
10 disableValidation,
11 needValidate,
12};
Note: See TracBrowser for help on using the repository browser.