修正正確的 HttpServerLike 導出
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
import http from 'node:http'
|
import http from 'node:http'
|
||||||
import https from 'node:https'
|
import https from 'node:https'
|
||||||
|
|
||||||
export type HttpServerLike = http.Server | https.Server
|
type HttpServerLike = http.Server | https.Server
|
||||||
|
|
||||||
|
export default HttpServerLike
|
||||||
|
|||||||
Reference in New Issue
Block a user