Type Alias TwingNodeExecutor<Node>

TwingNodeExecutor<Node>: ((node: Node, executionContext: TwingExecutionContext) => Promise<any>)

Type Parameters