Sha256: 7e914db79e31e89435bcb9c8ee57cb1cb4287f377e792b622ffd3e3a7708fe0e

Contents?: true

Size: 319 Bytes

Versions: 55

Compression:

Stored size: 319 Bytes

Contents

/*!
 * for-in <https://github.com/jonschlinkert/for-in>
 *
 * Copyright (c) 2014-2017, Jon Schlinkert.
 * Released under the MIT License.
 */

'use strict';

module.exports = function forIn(obj, fn, thisArg) {
  for (var key in obj) {
    if (fn.call(thisArg, obj[key], key, obj) === false) {
      break;
    }
  }
};

Version data entries

55 entries across 49 versions & 18 rubygems

Version Path
ilog-0.4.1 node_modules/for-in/index.js
ilog-0.4.0 node_modules/for-in/index.js
ilog-0.3.3 node_modules/for-in/index.js
jass-0.9.4 vendor/node_modules/for-in/index.js
jester-data-8.0.0 node_modules/for-in/index.js
ezii-os-5.2.1 node_modules/for-in/index.js
ezii-os-2.0.1 node_modules/for-in/index.js
ezii-os-1.1.0 node_modules/for-in/index.js
ezii-os-1.0.0 node_modules/for-in/index.js
ezii-os-0.0.0.1.0 node_modules/for-in/index.js
ezii-os-0.0.0.0.1 node_modules/for-in/index.js
blsk-sevcore-0.0.2 blsk_old/bluesky-doc/bluesky-doc/node_modules/for-in/index.js
optimacms-0.4.3 spec/dummy/node_modules/mixin-object/node_modules/for-in/index.js
optimacms-0.4.3 spec/dummy/node_modules/for-in/index.js
optimacms-0.4.2 spec/dummy/node_modules/for-in/index.js
optimacms-0.4.2 spec/dummy/node_modules/mixin-object/node_modules/for-in/index.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/mixin-object/node_modules/for-in/index.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/for-in/index.js
lux_assets-0.2.11 ./node_modules/for-in/index.js
lux_assets-0.2.9 ./node_modules/for-in/index.js