1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-10 17:12:54 +00:00
toolkit/packages/github/__tests__/proxy1.d.ts
Tatyana Kostromskaya 6d37c6eb2b try to fix tests
2023-09-15 15:04:21 +00:00

5 lines
114 B
TypeScript

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