UNPKG

@m-ld/gateway

Version:

m-ld gateway for services

10 lines (9 loc) 378 B
/// <reference types="node" /> import { IoRemotesService } from '@m-ld/m-ld/ext/socket.io-server'; import { Gateway } from '../server/index.js'; import type { Server } from 'http'; export declare class IoService extends IoRemotesService { private resolveLive; constructor(gateway: Gateway, server: Server); protected getPresent(domain: string): Promise<string[]>; }