Files
toolkit/packages/github/__tests__/proxy1.d.ts
T
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
}