/** * Device fingerprint utilities for license activation (Web/Electron) * * The fingerprint is a generated UUID that is stored alongside the license. * It's created when the user registers their device and persists with the license data. */ export { generateUUID, isSimulator, getDeviceMetadata, getDefaultDeviceName, } from "./device-info.web"; //# sourceMappingURL=fingerprint.web.d.ts.map