mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-12-04 15:34:45 +01:00
10 lines
201 B
TypeScript
10 lines
201 B
TypeScript
/***
|
|
* Node External Editor
|
|
*
|
|
* Kevin Gravier <kevin@mrkmg.com>
|
|
* MIT 2018
|
|
*/
|
|
export declare class ReadFileError extends Error {
|
|
originalError: Error;
|
|
constructor(originalError: Error);
|
|
}
|