Git Product home page Git Product logo

it's Introduction

it

Utility modules to make dealing with async iterators easier, some trivial, some not.

  • blob-to-it Turn a Blob into an iterable
  • browser-readablestream-to-it Turn a browser ReadableStream into an iterable
  • it-all Collect the contents of an iterable into an array
  • it-batch Batch up the contents of an iterable into arrays
  • it-buffer-stream Creates an iterable of buffers
  • it-drain Consume an iterable and ignore any output
  • it-filter Skip some items in an iterable based on a filter function
  • it-first Return the first item in an iterable
  • it-flat-batch Take an iterable of variable length arrays and make them all the same length
  • it-foreach Invoke a function for every member of an iterable
  • it-glob Glob matcher for file systems
  • it-last Return the last item in an iterable
  • it-length Consume an iterable and return its length
  • it-map Map the output of an iterable
  • it-merge Treat multiple iterables as one
  • it-multipart Parse multipart message bodies as an iterable
  • it-ndjson Parse multipart message bodies as an iterable
  • it-parallel Take an iterable of functions that return promises and run them in parallel up to a concurrency limit
  • it-parallel-batch Take an iterable of functions that return promises and run them in parallel in batches
  • it-peekable Peek/push an iterable
  • it-reduce Reduce the output of an iterable
  • it-skip Skip items at the start of an iterable
  • it-sort Sort an iterable using a passed sort function
  • it-split Split an iterable of buffers by linebreaks
  • it-take Limit the number of items you want from an iterable
  • it-to-browser-readablestream Turns an iterable into a WhatWG ReadableStream
  • it-to-buffer Takes an iterable of Buffers and concatenates them

it's People

Contributors

achingbrain avatar alanshaw avatar evanhahn avatar gozala avatar hugomrdias avatar melusc avatar op avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.