PACKAGES.md

November 17, 2017 ยท View on GitHub

Most Core Packages & Examples

NameDescription
sampleA standalone implementation of sample and sampleArray
multicastEfficient source sharing of an underlying streamy
holdDeliver the most recently seen event to new observers
createImperatively push events into a Stream
dom-eventStreamlined DOM Events
examplesMost.js examples

Most Tools for Contributors

NameDescription
preludeBase functional programming utils for mostjs packages
package-starterA well-crafted starter for mostjs packages
eslint-config-mostShareable ESLint config for mostjs packages

Most Community Packages

NameDescription
most-proxyCircular dependencies for most
most-subjectSubjects for Most.js
most-testUnit Testing Tools for Most.js
mostifyLike promisify but for most.js
lastWait for the last event to play
most-static-landStatic Land Stream type for Most
most-dispatchA selective multicast operator for Most.js
aboutAbout the mostjs community, how to contribute, and code of conduct
most-file-readerFileReader combinator for most
most-combineobjTransform an object of streams into a stream of objects
most-chunksOfSplits a list into length-n pieces
most-proxyCircular dependencies for most
most-bufferGather streams events into buffers (part of craft-ai/most-utils
most-limiterLossless rate limiter (part of craft-ai/most-utils
most-nthGets the event at ordinal index n of a stream as a Promise (part of craft-ai/most-utils
most-rangeCreates a stream of numbers in a range (part of craft-ai/most-utils