Skip to main content
Module

x/macaddress/README.md

🦕. Provides the mac address of current device
Go to Latest
File

nest badge

Mac Address

Usage Example

import { getMac } from './get-mac-address.ts'

console.log(await getMac())

Trigger Usage Example

deno run --allow-run usage-example.ts

Trigger Test Execution

deno test --allow-run test.ts