wifi-name

Get current wifi name.

Quick start

Import the module in your Deno app:

import getWifiName from "https://deno.land/x/wifi_name@v0.1.2/mod.ts";

Use it

const name = await getWifiName();
console.log(name);

License

MIT