UNPKG

ts-fusion-parser

Version:

Parser for Neos Fusion Files

6 lines (5 loc) 257 B
import { AstNodeVisitorInterface } from "../../common/nodeVisitorInterface"; import { AbstractPathValue } from "./AbstractPathValue"; export declare class CharValue extends AbstractPathValue<string> { visit(visitor: AstNodeVisitorInterface): unknown; }