11 lines
138 B
JavaScript
11 lines
138 B
JavaScript
/**
|
|
* An object environment feature flags.
|
|
*
|
|
* @static
|
|
* @memberOf _
|
|
* @type Object
|
|
*/
|
|
var support = {};
|
|
|
|
module.exports = support;
|