UNPKG

js-ast-parser

Version:
9 lines (8 loc) 239 B
import { Expression } from "./Expression"; export declare class IdentifierLiteralExpression extends Expression { currentToken: any; type: string; code: any; identifier: string; constructor(currentToken: any); }