Hyphenation typedef

Hyphenation = List<String> Function(String word)

Implementation

typedef Hyphenation = List<String> Function(String word);