UNPKG
tryfunc
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
1.0.1
1.0.0
Calling throwing or failing functions
github.com/inker/tryfunc
inker/tryfunc
tryfunc
/
dist
/
Options.d.ts
6 lines
(5 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
5
6
interface
Options
{
interval
:
number
;
numAttempts
:
number
; }
export
default
Options
;