• Type Parameters

    • C

    • X

    Parameters

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

          • next: C

          Returns ((acc) => X)

            • (acc): X
            • Parameters

              • acc: X

              Returns X

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

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

        • init: X

        Returns (<B>(data) => X)

          • <B>(data): X
          • Type Parameters

            • B

            Parameters

            Returns X

Generated using TypeDoc