UNPKG
@bitty/maybe
Version:
latest (0.3.0)
pnpm-temp (0.0.2)
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Maybe
github.com/VitorLuizC/maybe
VitorLuizC/maybe
@bitty/maybe
/
types
/
tryCatch.d.ts
3 lines
•
135 B
TypeScript
View Raw
1
2
3
import
type
Maybe
from
'./Maybe.js'
;
export
default
function
tryCatch<T>(
fn
:
() =>
T):
Maybe
<T>;
//# sourceMappingURL=tryCatch.d.ts.map