@achingbrain/nat-port-mapper
Version:
Port mapping with UPnP and NAT-PMP
8 lines • 319 B
TypeScript
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