Edit File: missing-option-error.d.ts
import { CustomError } from './custom-error'; export declare class MissingOptionError extends CustomError { constructor(option: string, required: string[]); }
Back to File Manager