()
| 18 | export interface CustomStrategyContext { |
| 19 | length: CodeLength |
| 20 | pickDigit(): string |
| 21 | pickTwoDifferentDigits(): [string, string] |
| 22 | pickThreeDifferentDigits(): [string, string, string] |
| 23 | fromDigits(digits: string[]): string |
no outgoing calls