UNPKG

ut-tools

Version:

Build and Release management automation package.

11 lines (7 loc) 246 B
define(['./underscore'], function (underscore) { // Helper function to continue chaining intermediate results. function chainResult(instance, obj) { return instance._chain ? underscore(obj).chain() : obj; } return chainResult; });