UNPKG
@swizzyweb/swizzy-web-service
Version:
latest (0.5.5)
0.5.5
0.5.4
0.5.3
Web service framework for swizzy dyn serve
github.com/swizzyweb/swizzy-web-service
@swizzyweb/swizzy-web-service
/
dist
/
service
/
types.d.ts
4 lines
(3 loc)
•
104 B
TypeScript
View Raw
1
2
3
4
import
http
from
'http'
;
import
https
from
'https'
;
export
type
AnyServer
= http.
Server
| https.
Server
;