mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-23 01:39:04 +08: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
|
|
}
|