UNPKG
fuck-around-and-find-out
Version:
latest (1.0.1)
1.0.1
1.0.0
Instead of trying and catching, go ahead and fuck around if you wanna find out.
fuck-around-and-find-out
/
dist
/
index.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
declare
function
fuckAround
(
action
: () =>
void
,
errorAction
: (error:
any
) =>
void
):
void
;
export
= fuckAround;