mirror of
https://github.com/actions/toolkit.git
synced 2026-08-08 00:00:33 +02:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
declare module 'proxy' {
|
|
import * as http from 'http'
|
|
function internal(): http.Server
|
|
export = internal
|
|
}
|