All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.amd._chainResult.js Maven / Gradle / Ivy

The newest version!
define(['./underscore'], function (underscore) {

  // Helper function to continue chaining intermediate results.
  function chainResult(instance, obj) {
    return instance._chain ? underscore(obj).chain() : obj;
  }

  return chainResult;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy