()
| 221 | * @deprecated Prefer calculateFingerprint() for hardware-based fingerprinting |
| 222 | */ |
| 223 | export function generateFingerprintIdSync(): string { |
| 224 | return calculateLegacyFingerprint() |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Detects the fingerprint type from a fingerprint ID. |
no test coverage detected