isTypeRefContext
import { isTypeRefContext } from "@alloy-js/python";
function isTypeRefContext(): boolean;Parameters
Section titled “Parameters”Returns
Section titled “Returns”boolean ‘true’ if in a type context, ‘false’ if in a value context.