UNPKG

mini-id

Version:

A lightweight and customizable unique ID generator with zero collisions.

5 lines (4 loc) 115 B
/** * Generate a machine ID based on network MAC address. */ export declare function getMachineId(): Uint8Array;