UNPKG

typespec-bdd

Version:

BDD framework for TypeScript.

9 lines (8 loc) 272 B
export declare class ExpressionLibrary { static quotedArgumentsRegExp: RegExp; static defaultStepRegExp: RegExp; static regexFinderRegExp: RegExp; static defaultString: string; static numberString: string; static trueFalseString: string; }