UNPKG

simple-mdns-announce

Version:

A NodeJS library to announce services using mdns.

5 lines (3 loc) 111 B
// @ts-ignore import { platform as osPlatform } from "node:os"; export const platform: string = osPlatform();