UNPKG

@redocly/respect-core

Version:
4 lines 256 B
import { Client } from 'undici'; import type { TestContext } from '../../types'; export declare function createMtlsClient(parsedPathToFetch: string, mtlsCerts?: TestContext['mtlsCerts']): Client | undefined; //# sourceMappingURL=create-mtls-client.d.ts.map