Skip to main content

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