UNPKG

@swizzyweb/swizzy-web-service

Version:

Web service framework for swizzy dyn serve

4 lines (3 loc) 104 B
import http from 'http'; import https from 'https'; export type AnyServer = http.Server | https.Server;