UNPKG

452 BJavaScriptView Raw
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 typeof_1 = __importDefault(require("../definitions/typeof"));
7const typeofPlugin = (ajv) => ajv.addKeyword((0, typeof_1.default)());
8exports.default = typeofPlugin;
9module.exports = typeofPlugin;
10//# sourceMappingURL=typeof.js.map
\No newline at end of file