UNPKG
cui-server
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.3
0.3.0
0.2.3
0.2.2
0.2.0
Web UI Agent Platform based on Claude Code
github.com/bmpixel/cui
bmpixel/cui
cui-server
/
dist
/
utils
/
machine-id.d.ts
7 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Generate a machine ID based on hostname and MAC address * Format: {hostname}-{16char_hash} * Example: "wenbomacbook-a1b2c3d4e5f6g7h8" */
export
declare
function
generateMachineId
(
):
Promise
<
string
>;
//# sourceMappingURL=machine-id.d.ts.map