UNPKG

@igorivaniuk/tlb-parser

Version:

Parse TLB syntax into TypeScript objects

4 lines (3 loc) 178 B
import type { Node } from 'ohm-js'; import * as ast from '../ast/nodes'; export declare function withLocations<T extends ast.ASTRootBase>(astNode: T, intermediateNode: Node): T;