UNPKG

simple-mdns-announce

Version:

A NodeJS library to announce services using mdns.

8 lines 289 B
import { platform } from "./platform.js"; export function unsupportedPlatformError() { return new Error("Unsupported platform " + platform); } export function throwUnsupportedPlatformError() { throw unsupportedPlatformError(); } //# sourceMappingURL=unsupportedPlatformError.js.map