createScopeTap
Create a tap for OutputScope.
import { createScopeTap } from "@alloy-js/core";
function createScopeTap<TScope extends OutputScope = OutputScope>(handler?: TapHandler<TScope>): Tap<TScope>;Parameters
Section titled “Parameters”| handler | optional TapHandler<TScope> |
Returns
Section titled “Returns”Tap<TScope>