Website/node_modules/lodash/support.js
2015-12-02 18:21:44 -05:00

11 lines
138 B
JavaScript

/**
* An object environment feature flags.
*
* @static
* @memberOf _
* @type Object
*/
var support = {};
module.exports = support;