import { types as t } from "@marko/compiler"; export default function isInvokedFunction(expr: t.NodePath): expr is typeof expr & { parent: t.CallExpression | t.OptionalCallExpression; parentPath: t.NodePath; };