createSourceFileTap
Create a tap for SourceFile context interface.
import { createSourceFileTap } from "@alloy-js/core";
function createSourceFileTap(handler?: TapHandler<SourceFileContext>): Tap<SourceFileContext>;
Parameters
handler | optional
|
Returns
Tap<SourceFile context interface>