Files
toolkit/packages/github/__tests__/proxy.d.ts
T
2020-01-18 14:28:37 -05:00

6 lines
113 B
TypeScript

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