UNPKG

simple-mdns-announce

Version:

A NodeJS library to announce services using mdns.

9 lines 206 B
export function composeTypeAndSubtype(type, subtype) { if (subtype) { return `${type},${subtype}`; } else { return type; } } //# sourceMappingURL=composeTypeAndSubtype.js.map