Type Alias CurryDone

CurryDone: (() => CurryDone) | (<Actor, Output>(actor: Actor) => CurryDoneP1<Actor, Output>)