wifi-name
Get current wifi name.
Quick start
Import the module in your Deno app:
import getWifiName from "https://x.nest.land/wifi_name@0.1.5/mod.ts";
import getWifiName from "https://deno.land/x/wifi_name@v0.1.5/mod.ts";
Use it
const name = await getWifiName();
console.log(name);
License
MIT