UNPKG

ts-fusion-parser

Version:

Parser for Neos Fusion Files

7 lines (6 loc) 214 B
import { CustomError } from "../customError"; export declare class ParserError extends CustomError { protected position: number; constructor(message: string, position: number); getPosition(): number; }