Sha256: 48b34858ac0dcc49bbf4e62a863a6bdd0dad39d238a50de389ac2cd938667e6e

Contents?: true

Size: 611 Bytes

Versions: 300

Compression:

Stored size: 611 Bytes

Contents

var baseCreate = require('./_baseCreate'),
    baseLodash = require('./_baseLodash');

/**
 * The base constructor for creating `lodash` wrapper objects.
 *
 * @private
 * @param {*} value The value to wrap.
 * @param {boolean} [chainAll] Enable explicit method chain sequences.
 */
function LodashWrapper(value, chainAll) {
  this.__wrapped__ = value;
  this.__actions__ = [];
  this.__chain__ = !!chainAll;
  this.__index__ = 0;
  this.__values__ = undefined;
}

LodashWrapper.prototype = baseCreate(baseLodash.prototype);
LodashWrapper.prototype.constructor = LodashWrapper;

module.exports = LodashWrapper;

Version data entries

300 entries across 276 versions & 32 rubygems

Version Path
immosquare-cleaner-0.1.60 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.59 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.58 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.57 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.56 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.55 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.54 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.53 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.52 node_modules/lodash/_LodashWrapper.js
trusty-cms-6.3.1 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.51 node_modules/lodash/_LodashWrapper.js
boring_generators-0.15.0 tmp/templates/app_template/node_modules/lodash/_LodashWrapper.js
clapton-0.0.26 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js
clapton-0.0.25 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.50 node_modules/lodash/_LodashWrapper.js
clapton-0.0.24 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js
clapton-0.0.23 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js
clapton-0.0.22 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js
clapton-0.0.21 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js
clapton-0.0.20 lib/clapton/javascripts/node_modules/lodash/_LodashWrapper.js