1
0
Fork 0
toolkit/packages/github/__tests__/proxy.d.ts

6 lines
113 B
TypeScript

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