TypoSuggestor

typealias TypoSuggestor = (enteredValue: String, possibleValues: List<String>) -> List<String>