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

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

The newest version!
import _ from './underscore.js';

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy