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
/
lib
/
index.d.ts
3 lines
(2 loc)
•
98 B
TypeScript
View Raw
1
2
3
export
{
default
as
tryCall }
from
'./tryCall'
;
export
{
default
as
tryUntil }
from
'./tryUntil'
;