mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
1.3 KiB
Plaintext
1 line
1.3 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.isUndefined = isUndefined;\n /**\n * @name isUndefined\n * @summary Tests for a `undefined` values.\n * @description\n * Checks to see if the input value is `undefined`.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isUndefined } from '@polkadot/util';\n *\n * console.log('isUndefined', isUndefined(void(0))); // => true\n * ```\n */\n function isUndefined(value) {\n return value === undefined;\n }\n});","lineCount":25,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"isUndefined"],[7,21,15,0],[7,24,15,0,"isUndefined"],[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,"isUndefined"],[22,22,15,27,"isUndefined"],[22,23,15,28,"value"],[22,28,15,33],[22,30,15,35],[23,4,16,4],[23,11,16,11,"value"],[23,16,16,16],[23,21,16,21,"undefined"],[23,30,16,30],[24,2,17,0],[25,0,17,1],[25,3]],"functionMap":{"names":["<global>","isUndefined"],"mappings":"AAA;OCc;CDE"},"hasCjsExports":false},"type":"js/module"}]} |