UNPKG

eslint-plugin-json-schema-validator

Version:
4 lines (3 loc) 181 B
/// <reference types="node" /> import type { RequestOptions } from "https"; export declare function syncGet(url: string, options?: RequestOptions, httpModulePath?: string): string;