singularize function

String singularize(
  1. String word
)

Implementation

String singularize(String word) => SINGULAR.convert(word);