mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
auto-commit for d4766860-f253-4ebc-a836-6c1ca9f17d9a
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"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.bufferToU8a = bufferToU8a;\n /**\n * @name bufferToU8a\n * @summary Creates a Uint8Array value from a Buffer object.\n * @description\n * `null` inputs returns an empty result, `Buffer` values return the actual value as a `Uint8Array`. Anything that is not a `Buffer` object throws an error.\n * @example\n * <BR>\n *\n * ```javascript\n * import { bufferToU8a } from '@polkadot/util';\n *\n * bufferToU8a(Buffer.from([1, 2, 3]));\n * ```\n */\n function bufferToU8a(buffer) {\n return new Uint8Array(buffer || []);\n }\n});","lineCount":25,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"bufferToU8a"],[7,21,15,0],[7,24,15,0,"bufferToU8a"],[7,35,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,"bufferToU8a"],[22,22,15,27,"bufferToU8a"],[22,23,15,28,"buffer"],[22,29,15,34],[22,31,15,36],[23,4,16,4],[23,11,16,11],[23,15,16,15,"Uint8Array"],[23,25,16,25],[23,26,16,26,"buffer"],[23,32,16,32],[23,36,16,36],[23,38,16,38],[23,39,16,39],[24,2,17,0],[25,0,17,1],[25,3]],"functionMap":{"names":["<global>","bufferToU8a"],"mappings":"AAA;OCc;CDE"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user