.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / discriminator / types.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 exports.DiscrError = void 0;
4 var DiscrError;
5 (function (DiscrError) {
6     DiscrError["Tag"] = "tag";
7     DiscrError["Mapping"] = "mapping";
8 })(DiscrError = exports.DiscrError || (exports.DiscrError = {}));
9 //# sourceMappingURL=types.js.map