callback
Version:
Expressive, terse, functions for aynchronous and callback functions
14 lines (13 loc) • 320 B
Plain Text
true
fn called with input
err called with input
fn called with input
elseFn called with input
err called with input
elseErr called with input
done called with fn output
done erred with [Error: fail]
done called with fn output
done called with else output
done erred with [Error: fail]
done erred with [Error: else fail]