• Type Parameters

    • A

    • B

    Parameters

    • folder: ((next) => ((acc) => B))
        • (next): ((acc) => B)
        • Parameters

          • next: A

          Returns ((acc) => B)

            • (acc): B
            • Parameters

              • acc: B

              Returns B

    Returns ((init) => ((data) => B))

      • (init): ((data) => B)
      • Parameters

        • init: B

        Returns ((data) => B)

          • (data): B
          • Parameters

            Returns B

Generated using TypeDoc