UNPKG
wise-eyes-core
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Web server to monitor the status of owlcms
wise-eyes-core
/
dist
/
lib
/
server.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
import
type
Express
from
'express'
;
export
default
function
createApp
(
{ debug, }?: { debug?:
boolean
; }
):
Express
.
Application
;