UNPKG

antler

Version:
8 lines (7 loc) 236 B
import { RegexRule } from '../regex-rule'; import { Node } from '../types'; export declare class Path extends RegexRule { protected getName(): string; protected shouldRun(): boolean; protected getPart(node: Node): string; }