mirror of
https://github.com/actions/toolkit.git
synced 2025-06-08 06:27:02 +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
|
|
}
|