mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 18:10:47 +09: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
|
|
}
|