Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/d2/b91b391f879570f5f92f029c8e293635cadcdb9116f2b34163661f2c5b0046fbe43dbc
T
2025-10-24 02:46:57 +00:00

1 line
1.7 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":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"isU8a"],[7,15,15,0],[7,18,15,0,"isU8a"],[7,23,15,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,0,14,0],[22,2,15,7],[22,11,15,16,"isU8a"],[22,16,15,21,"isU8a"],[22,17,15,22,"value"],[22,22,15,27],[22,24,15,29],[23,4,16,4],[24,4,17,4],[25,4,18,4],[25,11,18,13],[25,12,18,14,"value"],[25,17,18,19],[25,21,18,23,"value"],[25,26,18,28],[25,27,18,29,"constructor"],[25,38,18,40],[25,44,18,46,"Uint8Array"],[25,54,18,56],[25,58,19,8,"value"],[25,63,19,13],[25,75,19,25,"Uint8Array"],[25,85,19,35],[26,2,20,0],[27,0,20,1],[27,3]],"functionMap":{"names":["<global>","isU8a"],"mappings":"AAA;OCc;CDK"},"hasCjsExports":false},"type":"js/module"}]}