astro-ghostcms/.pnpm-store/v3/files/d5/2a11092731175407b15ae072f2d...

11 lines
201 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/***
* Node External Editor
*
* Kevin Gravier <kevin@mrkmg.com>
* MIT 2018
*/
export declare class ReadFileError extends Error {
originalError: Error;
constructor(originalError: Error);
}