auto-commit for fa23f3bb-adf7-48d2-ba5f-304a1e01a0d9

This commit is contained in:
emergent-agent-e1
2025-11-09 07:57:58 +00:00
parent 85a33cb7f3
commit ff0ab63515
235 changed files with 235 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\n function isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n }\n module.exports = isObject;\n});","lineCount":32,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,0,11,0],[13,0,12,0],[14,0,13,0],[15,0,14,0],[16,0,15,0],[17,0,16,0],[18,0,17,0],[19,0,18,0],[20,0,19,0],[21,0,20,0],[22,0,21,0],[23,0,22,0],[24,0,23,0],[25,0,24,0],[26,0,25,0],[27,2,26,0],[27,11,26,9,"isObject"],[27,19,26,17,"isObject"],[27,20,26,18,"value"],[27,25,26,23],[27,27,26,25],[28,4,27,2],[28,8,27,6,"type"],[28,12,27,10],[28,15,27,13],[28,22,27,20,"value"],[28,27,27,25],[29,4,28,2],[29,11,28,9,"value"],[29,16,28,14],[29,20,28,18],[29,24,28,22],[29,29,28,27,"type"],[29,33,28,31],[29,37,28,35],[29,45,28,43],[29,49,28,47,"type"],[29,53,28,51],[29,57,28,55],[29,67,28,65],[29,68,28,66],[30,2,29,0],[31,2,31,0,"module"],[31,8,31,6],[31,9,31,7,"exports"],[31,16,31,14],[31,19,31,17,"isObject"],[31,27,31,25],[32,0,31,26],[32,3]],"functionMap":{"names":["<global>","isObject"],"mappings":"AAA;ACyB;CDG"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long