ordojs
Version:
A revolutionary web framework with compile-time optimizations and unified client-server development
9 lines • 299 B
TypeScript
/**
* @fileoverview Parser primary expression handling
*/
import { ExpressionNode } from '../types/index.js';
/**
* Complete implementation of parsePrimary method for OrdoJSParser
*/
export declare function parsePrimary(context: any): ExpressionNode;
//# sourceMappingURL=parser-primary.d.ts.map