Type alias MapFn<T, U>

MapFn<T, U>: ((info) => U)

Type Parameters

  • T

  • U

Type declaration

    • (info): U
    • Literally – its not nullable ParseFn

      Parameters

      • info: T

      Returns U

Generated using TypeDoc