UNPKG
@scandit/web-barcode-link
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
The Scandit Web Barcode Link package
@scandit/web-barcode-link
/
dist
/
utils.d.ts
2 lines
(1 loc)
•
88 B
TypeScript
View Raw
1
2
export
declare
function
timeout<T>(
promise
:
Promise
<T>,
timeoutMs
:
number
):
Promise
<T>;