Edit File: missing-arg-error.d.ts
import { CustomError } from './custom-error'; export declare class MissingArgError extends CustomError { constructor(); }
Back to File Manager