UNPKG

marko

Version:

Optimized runtime for Marko templates.

6 lines (5 loc) 245 B
import { types as t } from "@marko/compiler"; export default function isInvokedFunction(expr: t.NodePath<t.Node>): expr is typeof expr & { parent: t.CallExpression | t.OptionalCallExpression; parentPath: t.NodePath<t.CallExpression>; };