UNPKG

102 BTypeScriptView Raw
1export declare class ParseError extends Error {
2 name: string;
3 constructor(message: string);
4}