PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@expo/json-file/build
Просмотр файла: JsonFileError.d.ts
/**
* Note that instances of this class do NOT pass `instanceof JsonFileError`.
*/
export default class JsonFileError extends Error {
cause: Error | undefined;
code: string | undefined;
fileName: string | undefined;
isJsonFileError: true;
constructor(message: string, cause?: Error, code?: string, fileName?: string);
}
export declare class EmptyJsonFileError extends JsonFileError {
constructor(fileName?: string);
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!