1 | "use strict";
|
2 | var __importDefault = (this && this.__importDefault) || function (mod) {
|
3 | return (mod && mod.__esModule) ? mod : { "default": mod };
|
4 | };
|
5 | Object.defineProperty(exports, "__esModule", { value: true });
|
6 | const uniqueItemProperties_1 = __importDefault(require("../definitions/uniqueItemProperties"));
|
7 | const uniqueItemProperties = (ajv) => ajv.addKeyword((0, uniqueItemProperties_1.default)());
|
8 | exports.default = uniqueItemProperties;
|
9 | module.exports = uniqueItemProperties;
|
10 |
|
\ | No newline at end of file |