UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

5 lines (4 loc) 189 B
import * as http from 'http'; export declare let SERVER_ONLINE: boolean; export declare function createServer(): Promise<http.Server>; export declare function startServer(): Promise<void>;