source: imaps-frontend/node_modules/ajv-keywords/dist/keywords/prohibited.js

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 462 bytes
Line 
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6const prohibited_1 = __importDefault(require("../definitions/prohibited"));
7const prohibited = (ajv) => ajv.addKeyword((0, prohibited_1.default)());
8exports.default = prohibited;
9module.exports = prohibited;
10//# sourceMappingURL=prohibited.js.map
Note: See TracBrowser for help on using the repository browser.