agsamantha/node_modules/jintr/dist/nodes/CallExpression.d.ts
2024-10-02 15:15:21 -05:00

6 lines
188 B
TypeScript

import type ESTree from 'estree';
import BaseJSNode from './BaseJSNode.js';
export default class CallExpression extends BaseJSNode<ESTree.CallExpression> {
#private;
run(): any;
}