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