UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

10 lines 222 B
export class FixedLocalIpProvider { fixed; constructor(fixed) { this.fixed = fixed; } currentLocalIpAddress() { return this.fixed; } } //# sourceMappingURL=fixed-local-ip-provider.js.map