revert octokit changes

This commit is contained in:
Tatyana Kostromskaya
2023-09-26 11:05:37 +00:00
parent 6d37c6eb2b
commit ddc9c52eb6
5 changed files with 328 additions and 410 deletions
+5
View File
@@ -0,0 +1,5 @@
declare module 'proxy' {
import * as http from 'http'
function internal(): http.Server
export = internal
}