source: imaps-frontend/node_modules/ajv/dist/vocabularies/core/index.js

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 357 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const id_1 = require("./id");
4const ref_1 = require("./ref");
5const core = [
6 "$schema",
7 "$id",
8 "$defs",
9 "$vocabulary",
10 { keyword: "$comment" },
11 "definitions",
12 id_1.default,
13 ref_1.default,
14];
15exports.default = core;
16//# sourceMappingURL=index.js.map
Note: See TracBrowser for help on using the repository browser.