UNPKG
@guardhivefraudshield/device-fingerprint
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
device-fingerprint client side device fingerprint module
@guardhivefraudshield/device-fingerprint
/
dist
/
types
/
utils
/
ephemeralIFrame.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
ephemeralIFrame
(
callback
: ({ iframe }: { iframe: Document; }) =>
void
):
Promise
<
any
>;
export
declare
function
wait<T =
void
>(
durationMs
:
number
,
resolveWith
?: T):
Promise
<T>;