cd8bd0a
1
2
3
4
5
6
import { getConsistentMachineId } from "./machineId"; export async function getMachineId() { return await getConsistentMachineId(); }