Type alias Formatter<T, U>

Formatter<T, U>: ((source: T) => U)

Type Parameters

  • T = any

  • U = string

Type declaration

    • (source: T): U
    • Parameters

      • source: T

      Returns U

Generated using TypeDoc