pipe | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function pipe

    • Chain together (possibly async) function calls, each receiving the resolved (awaited) output of the previous one. The first parameter may be a value, all further parameters must be functions. Type safe up to 16 parameters

      Parameters

      • fn0: unknown
      • ...fns: ((x: unknown) => unknown)[]

      Returns unknown