From dc4ab98ee732defc4e781ff12137f057a6a249b0 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 10 Apr 2021 01:41:59 +0100 Subject: fix(cli/diagnostics): Update UNSTABLE_DENO_PROPS (#10095) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 91e6825b0..ffe80eab7 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -1116,7 +1116,7 @@ declare namespace Deno { /** **UNSTABLE**: New API, yet to be vetted. * The options used when creating a [HttpClient]. */ - interface CreateHttpClientOptions { + export interface CreateHttpClientOptions { /** A certificate authority to use when validating TLS certificates. Certificate data must be PEM encoded. */ caData?: string; -- cgit v1.2.3