UNPKG

ts-fusion-parser

Version:

Parser for Neos Fusion Files

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