UNPKG

webserv

Version:

a quick, flexible, fully typed development server

4 lines (3 loc) 208 B
import { ChatServiceProperties } from '../../core/services/chat.service'; import { SimpleServiceLoader } from '../loader'; export declare const bootChatService: SimpleServiceLoader<ChatServiceProperties>;