TokenCounter typedef

TokenCounter = int Function(String text)

Implementation

typedef TokenCounter = int Function(String text);