Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/bf/bc4541ce22501473b75eb3eabae91445647df13f9e7bdcc1da819f3e8dde2a33b9e188
T
2025-11-08 10:27:44 +00:00

1 line
1.9 KiB
Plaintext

{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.isU8a = isU8a;\n /**\n * @name isU8a\n * @summary Tests for a `Uint8Array` object instance.\n * @description\n * Checks to see if the input object is an instance of `Uint8Array`.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isUint8Array } from '@polkadot/util';\n *\n * console.log('isU8a', isU8a([])); // => false\n * ```\n */\n function isU8a(value) {\n // here we defer the instanceof check which is actually slightly\n // slower than just checking the constrctor (direct instances)\n return (value && value.constructor) === Uint8Array || value instanceof Uint8Array;\n }\n});","lineCount":27,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"isU8a"],[7,15,3,13],[7,18,3,16,"isU8a"],[7,23,3,21],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,2,18,0],[22,11,18,9,"isU8a"],[22,16,18,14,"isU8a"],[22,17,18,15,"value"],[22,22,18,20],[22,24,18,22],[23,4,19,4],[24,4,20,4],[25,4,21,4],[25,11,21,13],[25,12,21,14,"value"],[25,17,21,19],[25,21,21,23,"value"],[25,26,21,28],[25,27,21,29,"constructor"],[25,38,21,40],[25,44,21,46,"Uint8Array"],[25,54,21,56],[25,58,22,8,"value"],[25,63,22,13],[25,75,22,25,"Uint8Array"],[25,85,22,35],[26,2,23,0],[27,0,23,1],[27,3]],"functionMap":{"names":["<global>","isU8a"],"mappings":"AAA;ACiB;CDK"},"hasCjsExports":true},"type":"js/module"}]}