Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function FunctionDeclaration(node, parent) { return t.isCallExpression(parent) && parent.base === node; }
TypeScript definitions for Lua standard library