http-client: convert to ESM

This commit is contained in:
Daniel Kennedy
2026-01-28 10:27:09 -05:00
parent a2986ee511
commit c9ab4f9548
6 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import * as http from 'http'
import * as https from 'https'
import {HttpClientResponse} from './index'
import {HttpClientResponse} from './index.js'
export interface HttpClient {
options(