Files
Sec-Interview/node_modules/lodash/support.js
T
2025-11-08 21:00:06 +08:00

11 lines
138 B
JavaScript

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