UNPKG

eslint-plugin-json-schema-validator

Version:
5 lines (4 loc) 267 B
import type { RuleContext } from "../types"; import type { SchemaObject } from "./types"; export declare function urlToSchemastoreFilePath(url: string): string | null; export declare function loadSchema(schemaPath: string, context: RuleContext): null | SchemaObject;