Transform typedef

Transform = String Function(String)

Type alias for a type string transform.

Implementation

typedef Transform = String Function(String);