UNPKG

jql-parser

Version:
8 lines (7 loc) 244 B
import { Token } from "./Token"; export declare class Parenthesis extends Token { private static startsWithParenthesis; private static endOfParenthesis; protected matcherFn(str: string): number; parse(input: string): boolean; }