File size: 187 Bytes
88c4c60
 
 
 
 
 
1
2
3
4
5
6
7
import { getConsistentMachineId } from "./machineId";

// Get machine ID using node-machine-id with salt
export async function getMachineId() {
  return await getConsistentMachineId();
}