UNPKG

clarity-pattern-parser

Version:

Parsing Library for Typescript and Javascript.

7 lines (6 loc) 238 B
export declare class DepthCache { private _depthMap; getDepth(name: string, cursorIndex: number): number; incrementDepth(name: string, cursorIndex: number): void; decrementDepth(name: string, cursorIndex: number): void; }