UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

4 lines (3 loc) 168 B
import type { ASTNode } from "./types.js"; import type { ParserContext } from "./parser-context.js"; export declare function parsePostfix(ctx: ParserContext): ASTNode;