Type alias StringMethod<T>

StringMethod<T>: ((input) => string)

Type Parameters

  • T = string

Type declaration

    • (input): string
    • Parameters

      • input: T

      Returns string

Generated using TypeDoc