UNPKG

ngrx-vis

Version:

<p align="center"> <img src="https://github.com/co-IT/ngrx-vis/blob/master/assets/logo.png?raw=true"> </p>

8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ts_morph_1 = require("ts-morph"); function getCaller(node) { return node.getFirstAncestorByKind(ts_morph_1.SyntaxKind.CallExpression); } exports.getCaller = getCaller;