eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
21 lines (19 loc) • 491 B
JavaScript
import { createRequire } from "node:module";
//#region rolldown:runtime
var __defProp = Object.defineProperty;
var __exportAll = (all, symbols) => {
let target = {};
for (var name in all) {
__defProp(target, name, {
get: all[name],
enumerable: true
});
}
if (symbols) {
__defProp(target, Symbol.toStringTag, { value: "Module" });
}
return target;
};
var __require = /* @__PURE__ */ createRequire(import.meta.url);
//#endregion
export { __require as n, __exportAll as t };