Skip to content

createScopeTap

Create a tap for OutputScope.

import { createScopeTap } from "@alloy-js/core";
function createScopeTap<TScope extends OutputScope = OutputScope>(handler?: TapHandler<TScope>): Tap<TScope>;
handleroptional TapHandler<TScope>

Tap<TScope>