UNPKG

wise-eyes-core

Version:

Web server to monitor the status of owlcms

5 lines (4 loc) 131 B
import type Express from 'express'; export default function createApp({ debug, }?: { debug?: boolean; }): Express.Application;