diff options
Diffstat (limited to 'ext/net/lib.deno_net.d.ts')
-rw-r--r-- | ext/net/lib.deno_net.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/net/lib.deno_net.d.ts b/ext/net/lib.deno_net.d.ts index accf01f96..916bcba77 100644 --- a/ext/net/lib.deno_net.d.ts +++ b/ext/net/lib.deno_net.d.ts @@ -139,10 +139,10 @@ declare namespace Deno { * If not specified, defaults to `127.0.0.1`. */ hostname?: string; /** + * Server certificate file. + * * @deprecated This option is deprecated and will be removed in a future * release. - * - * Server certificate file. */ certFile?: string; /** A list of root certificates that will be used in addition to the |