UNPKG

@mojir/lits

Version:

Lits is a pure functional programming language implemented in TypeScript

4 lines (3 loc) 199 B
import type { ObjectNode } from '../../builtin/specialExpressions/object'; import type { ParserContext } from '../ParserContext'; export declare function parseObject(ctx: ParserContext): ObjectNode;