How to use the zen-observable/extras.merge function in zen-observable

To help you get started, we’ve selected a few zen-observable examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sw-yx / reactive-react / build / reactive-react.es.js View on Github external
var addToStream = function addToStream(_source) {
    // visit each source and merge with source
    if (_source) return source = merge(source, _source);
  };
  var markNewStream = function markNewStream() {

zen-observable

An Implementation of ES Observables

MIT
Latest version published 1 year ago

Package Health Score

70 / 100
Full package analysis