Type alias Mapping<T, R>

Mapping<T, R>: ((mapper, val) => R)

Type Parameters

  • T = any

  • R = any

Type declaration

    • (mapper, val): R
    • Type alias for a mapping function.

      Parameters

      Returns R

Generated using TypeDoc