ExpressionWithContext typedef
ExpressionWithContext =
String Function(ExpressionContext context)
A representation of a funciton that produces a Github Expression.
Implementation
typedef ExpressionWithContext = String Function(ExpressionContext context);