diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-04-10 01:41:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 02:41:59 +0200 |
commit | dc4ab98ee732defc4e781ff12137f057a6a249b0 (patch) | |
tree | 8e638adc55ad6d7f7c9be3c33fd837a421224782 /cli/dts/lib.deno.unstable.d.ts | |
parent | 1aeabce134ed1632a06efb2c020e0b9f97fa8ee2 (diff) |
fix(cli/diagnostics): Update UNSTABLE_DENO_PROPS (#10095)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |