UNPKG

109 BTypeScriptView Raw
1export declare class InvalidJSONFormatException extends Error {
2 constructor(err: Error, data: string);
3}