UNPKG

fauton

Version:

A library to test any finite automaton with arbitrary alphabets

5 lines (4 loc) 200 B
export declare function generateCaseMessage(isWrong: boolean, randomInputString: string, dfaTestResult: boolean, logicTestResult: boolean): { withColors: string; withoutColors: string; };