Type alias StringTransformer

StringTransformer: ((str) => string)

A function that takes a string and produces a string.

Type declaration

    • (str): string
    • Parameters

      • str: string

      Returns string