UNPKG

ts-fusion-parser

Version:

Parser for Neos Fusion Files

6 lines (5 loc) 273 B
import { AstNodeVisitorInterface } from "../../common/nodeVisitorInterface"; import { AbstractPathSegment } from "./AbstractPathSegment"; export declare class PathSegment extends AbstractPathSegment { visit(visitor: AstNodeVisitorInterface, ...args: any[]): unknown; }