UNPKG

fuck-around-and-find-out

Version:

Instead of trying and catching, go ahead and fuck around if you wanna find out.

3 lines (2 loc) 111 B
declare function fuckAround(action: () => void, errorAction: (error: any) => void): void; export = fuckAround;