summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-04-10 01:41:59 +0100
committerGitHub <noreply@github.com>2021-04-10 02:41:59 +0200
commitdc4ab98ee732defc4e781ff12137f057a6a249b0 (patch)
tree8e638adc55ad6d7f7c9be3c33fd837a421224782 /cli/dts/lib.deno.unstable.d.ts
parent1aeabce134ed1632a06efb2c020e0b9f97fa8ee2 (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.ts2
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;