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
/
src
/
Options.ts
7 lines
(5 loc)
•
89 B
text/typescript
View Raw
1
2
3
4
5
6
7
interface
Options
{
interval
:
number
,
numAttempts
:
number
, }
export
default
Options