diff options
Diffstat (limited to 'cli/js/ops/tls.ts')
-rw-r--r-- | cli/js/ops/tls.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/ops/tls.ts b/cli/js/ops/tls.ts index 60ec8846c..b278c2d75 100644 --- a/cli/js/ops/tls.ts +++ b/cli/js/ops/tls.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { sendAsync, sendSync } from "./dispatch_json.ts"; export interface ConnectTLSRequest { |