UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 153 B
import ExtendoError from "extendo-error"; export declare class DuplicateCliArgumentError extends ExtendoError { constructor(argumentName: string); }