Function compose

  • compose(f, g, h, ...) returns a generator function G(data) that yields all (f · g · h · ...)(data).

    Note

    Used to compose multiple transforms into a pipeline.

    Type Parameters

    • Chunk

    Parameters

    Returns GeneratorFn<Chunk>

Generated using TypeDoc