mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
declare module 'proxy' {
|
|
import * as http from 'http'
|
|
function internal(): http.Server
|
|
export = internal
|
|
}
|