1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00
toolkit/packages/github/__tests__/proxy.d.ts

5 lines
113 B
TypeScript

declare module 'proxy' {
import * as http from 'http'
function internal(): http.Server
export = internal
}