Type alias PipeTransformFunction<T, R>

PipeTransformFunction<T, R>: ((value: T) => R)

Type Parameters

  • T = any

  • R = any

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

Generated using TypeDoc