Rinser/node_modules/lodash/support.js

11 lines
138 B
JavaScript
Raw Normal View History

2015-07-20 13:42:07 +00:00
/**
* An object environment feature flags.
*
* @static
* @memberOf _
* @type Object
*/
var support = {};
module.exports = support;