mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
http-client: convert to ESM
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user