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