()
| 19 | length: CodeLength |
| 20 | pickDigit(): string |
| 21 | pickTwoDifferentDigits(): [string, string] |
| 22 | pickThreeDifferentDigits(): [string, string, string] |
| 23 | fromDigits(digits: string[]): string |
| 24 | isTooSimple(code: string): boolean |
no outgoing calls
no test coverage detected