avantation
Version:
Build OpenAPI3.0 specification from HAR
8 lines (7 loc) • 322 B
TypeScript
import * as HAR from '../interfaces/har';
export declare namespace Util {
function generateSchema(input: any): any;
function arrayMaxDepth(input: any, depthLimit: number | undefined): void;
function buildWildCardRegex(wildCardString: string): RegExp;
function inferHost(entries: HAR.HarEntry[]): string;
}