Function resolver

  • Create a callback that will resolve the given Request with a value.

    Type Parameters

    • T

    Parameters

    Returns ((val: T) => void)

      • (val: T): void
      • Parameters

        • val: T

        Returns void