UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

20 lines (19 loc) 648 B
export declare class AlsatianCliOptions { readonly fileGlobs: Array<string>; readonly timeout: number | null; readonly tap: boolean; readonly versionRequested: boolean; readonly helpRequested: boolean; readonly hideProgress: boolean; constructor(args: Array<string>); private extractFileGlobs; private isInvalidTimeoutValue; private extractTimeout; private extractTap; private extractHideProgress; private extractVersionRequested; private extractHelpRequested; private extractArgumentFromList; private getArgumentIndexFromArgumentList; private getArgumentValueFromArgumentList; }