UNPKG

@fingerprintjs/fingerprintjs-pro-react-native

Version:

Official React Native client for Fingerprint. Best identification solution for React Native.

11 lines (8 loc) 278 B
import { IdentificationError } from './errors.mjs'; /** * Web implementation for error handling. Note: not all errors from native SDK are available on the web. * * @platform web * */ declare function unwrapError(error: Error): IdentificationError; export { unwrapError };