agsamantha/node_modules/jintr/dist/nodes/ArrowFunctionExpression.d.ts

6 lines
197 B
TypeScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
import type ESTree from 'estree';
import BaseJSNode from './BaseJSNode.js';
export default class ArrowFunctionExpression extends BaseJSNode<ESTree.ArrowFunctionExpression> {
run(): Function;
}