UNPKG
@letticdo/bare-server-node-tomphttp
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
The Bare Server implementation in NodeJS.
github.com/tomphttp
tomphttp/bare-server-node
@letticdo/bare-server-node-tomphttp
/
dist
/
V1.d.ts
3 lines
(2 loc)
•
101 B
TypeScript
View Raw
1
2
3
import
type
Server
from
'./BareServer.js'
;
export
default
function
registerV1
(
server: Server
):
void
;