mirror of https://github.com/actions/toolkit
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
declare module 'proxy' {
|
||
|
import * as http from 'http'
|
||
|
function internal(): http.Server
|
||
|
export = internal
|
||
|
}
|