UNPKG

integreat

Version:
4 lines (3 loc) 195 B
import type { Dispatch, Response } from './types.js'; import type Service from './service/Service.js'; export default function listen(services: Service[], dispatch: Dispatch): Promise<Response>;