You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.6 KiB

{"ast":null,"code":"var isNative = require('../lang/isNative');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = object == null ? undefined : object[key];\n return isNative(value) ? value : undefined;\n}\nmodule.exports = getNative;","map":{"version":3,"names":["isNative","require","getNative","object","key","value","undefined","module","exports"],"sources":["C:/Users/noanr/OneDrive/Documents/2eme anée/FavorSiteWebComplet/Favor/Site Web/client/node_modules/redux-toolkit/node_modules/lodash/internal/getNative.js"],"sourcesContent":["var isNative = require('../lang/isNative');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = object == null ? undefined : object[key];\n return isNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n"],"mappings":"AAAA,IAAIA,QAAQ,GAAGC,OAAO,CAAC,kBAAkB,CAAC;;AAE1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASC,SAAS,CAACC,MAAM,EAAEC,GAAG,EAAE;EAC9B,IAAIC,KAAK,GAAGF,MAAM,IAAI,IAAI,GAAGG,SAAS,GAAGH,MAAM,CAACC,GAAG,CAAC;EACpD,OAAOJ,QAAQ,CAACK,KAAK,CAAC,GAAGA,KAAK,GAAGC,SAAS;AAC5C;AAEAC,MAAM,CAACC,OAAO,GAAGN,SAAS"},"metadata":{},"sourceType":"script"}