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

7 lines (6 loc) 219 B
/** * Return allowed to log pressed keys — Modifier, Navigation, Editing etc * return undefined for all content keys * @param key */ export declare function getAllowedKeyboardKey(key: string): string | undefined;