UNPKG

@achingbrain/nat-port-mapper

Version:
8 lines 319 B
import { EventEmitter } from 'events'; import type { Gateway, GlobalMapPortOptions } from '../index.js'; export declare class PMPClient extends EventEmitter { private readonly options; constructor(options?: GlobalMapPortOptions); getGateway(ipAddress: string): Gateway; } //# sourceMappingURL=index.d.ts.map