Website/node_modules/lodash/support.js

11 lines
138 B
JavaScript
Raw Normal View History

2015-12-02 18:21:44 -05:00
/**
* An object environment feature flags.
*
* @static
* @memberOf _
* @type Object
*/
var support = {};
module.exports = support;