UNPKG

@sumsub/fisherman

Version:

The Sumsub Fisherman is a powerful tool that helps developers integrate fraud detection capabilities into their applications. With Fisherman, you can easily identify and prevent fraudulent activities within your system, providing a safer and more secure e

8 lines (7 loc) 255 B
/** * Build uid of element. * It is based on chain of selectors from HTML element to this target element: * * HTML > BODY > DIV#app > DIV > INPUT#id[type="email"][autofocus] */ export default function getElementUid(event: Event): string | undefined;