Tatyana Kostromskaya 6d37c6eb2b try to fix tests
2023-09-15 15:04:21 +00:00

6 lines
114 B
TypeScript

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