convertToPast function

String convertToPast(
  1. String word
)

Implementation

String convertToPast(String word) => PAST.convert(word);