Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ReadFileError.d.ts 201B

12345678910
  1. /***
  2. * Node External Editor
  3. *
  4. * Kevin Gravier <kevin@mrkmg.com>
  5. * MIT 2018
  6. */
  7. export declare class ReadFileError extends Error {
  8. originalError: Error;
  9. constructor(originalError: Error);
  10. }