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

5 lines
166 B
TypeScript

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