github-pages-deploy-action/node_modules/external-editor/main/errors/RemoveFileError.d.ts

11 lines
203 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
/***
* Node External Editor
*
* Kevin Gravier <kevin@mrkmg.com>
* MIT 2018
*/
export declare class RemoveFileError extends Error {
originalError: Error;
constructor(originalError: Error);
}