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.27 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.26 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.25 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.24 node_modules/lodash/_LodashWrapper.js
immosquare-cleaner-0.1.23 node_modules/lodash/_LodashWrapper.js
sumomo-0.10.4 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.10.3 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.10.2 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.10.1 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.10.0 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
reed_sdk-1.0.1 node_modules/lodash/_LodashWrapper.js
reed_sdk-1.0.0 node_modules/lodash/_LodashWrapper.js
boring_generators-0.12.0 tmp/templates/app_template/node_modules/lodash/_LodashWrapper.js
sumomo-0.9.0 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.8.22 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.8.21 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.8.20 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.8.17 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
sumomo-0.8.16 data/sumomo/api_modules/node_modules/lodash/_LodashWrapper.js
disco_app-0.18.0 test/dummy/node_modules/lodash/_LodashWrapper.js