Sha256: be2d6b145821f4c0acb9d189f505d858f4878ea2123c7cccb5772cf08f5db8b4
Contents?: true
Size: 650 Bytes
Versions: 40
Compression:
Stored size: 650 Bytes
Contents
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize modern exports="npm" -o ./npm/` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Available under MIT license <http://lodash.com/license> */ /** Used to determine if values are of the language type Object */ var objectTypes = { 'boolean': false, 'function': true, 'object': true, 'number': false, 'string': false, 'undefined': false }; module.exports = objectTypes;
Version data entries
40 entries across 12 versions & 3 rubygems