UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

6 lines (5 loc) 195 B
import ExtendoError from "extendo-error"; export declare class InvalidArgumentNamesError extends ExtendoError { constructor(argumentNames: Array<string>); private _extractArgumentName; }