Get the unique ID of the current machine
Cross platform support
Usage
require
--allow-run
and--allow-env
flag
import { getMachineId } from 'https://deno.land/x/machine_id@v0.2.0/mod.ts'
console.log('My Machine ID: ', await getMachineId())
License
The MIT License