Type alias SyncFunction<S, T>

SyncFunction<S, T>: ((args) => T)

Type Parameters

  • S

  • T

Type declaration

    • (args): T
    • Parameters

      • args: S

      Returns T

Generated using TypeDoc