mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
1 line
1.3 KiB
JSON
1 line
1.3 KiB
JSON
|
|
{"ast":null,"code":"'use strict';\n\nmodule.exports = {\n isString: function (arg) {\n return typeof arg === 'string';\n },\n isObject: function (arg) {\n return typeof arg === 'object' && arg !== null;\n },\n isNull: function (arg) {\n return arg === null;\n },\n isNullOrUndefined: function (arg) {\n return arg == null;\n }\n};","map":{"version":3,"names":["module","exports","isString","arg","isObject","isNull","isNullOrUndefined"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/url/util.js"],"sourcesContent":["'use strict';\n\nmodule.exports = {\n isString: function(arg) {\n return typeof(arg) === 'string';\n },\n isObject: function(arg) {\n return typeof(arg) === 'object' && arg !== null;\n },\n isNull: function(arg) {\n return arg === null;\n },\n isNullOrUndefined: function(arg) {\n return arg == null;\n }\n};\n"],"mappings":"AAAA,YAAY;;AAEZA,MAAM,CAACC,OAAO,GAAG;EACfC,QAAQ,EAAE,SAAAA,CAASC,GAAG,EAAE;IACtB,OAAO,OAAOA,GAAI,KAAK,QAAQ;EACjC,CAAC;EACDC,QAAQ,EAAE,SAAAA,CAASD,GAAG,EAAE;IACtB,OAAO,OAAOA,GAAI,KAAK,QAAQ,IAAIA,GAAG,KAAK,IAAI;EACjD,CAAC;EACDE,MAAM,EAAE,SAAAA,CAASF,GAAG,EAAE;IACpB,OAAOA,GAAG,KAAK,IAAI;EACrB,CAAC;EACDG,iBAAiB,EAAE,SAAAA,CAASH,GAAG,EAAE;IAC/B,OAAOA,GAAG,IAAI,IAAI;EACpB;AACF,CAAC"},"metadata":{},"sourceType":"script"}
|