summaryrefslogtreecommitdiff
path: root/node_modules/locutus/php/var/is_null.js.map
blob: 805c8c4fc6b3d7ccdd325e8848000dedf172c99f (plain) (blame)
1
{"version":3,"sources":["../../../src/php/var/is_null.js"],"names":["module","exports","is_null","mixedVar"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,OAAT,CAAkBC,QAAlB,EAA4B;AAAE;AAC7C;AACA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,aAAa,IAArB;AACD,CATD","file":"is_null.js","sourcesContent":["module.exports = function is_null (mixedVar) { // eslint-disable-line camelcase\n  //  discuss at: http://locutus.io/php/is_null/\n  // original by: Kevin van Zonneveld (http://kvz.io)\n  //   example 1: is_null('23')\n  //   returns 1: false\n  //   example 2: is_null(null)\n  //   returns 2: true\n\n  return (mixedVar === null)\n}\n"]}