{"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,"sources":["/home/sonia/VisualStudioCode/Poryecto-Propio/Proyecto-React-Firebase/node_modules/url/util.js"],"names":["module","exports","isString","arg","isObject","isNull","isNullOrUndefined"],"mappings":"AAAA;;AAEAA,MAAM,CAACC,OAAP,GAAiB;AACfC,EAAAA,QAAQ,EAAE,UAASC,GAAT,EAAc;AACtB,WAAO,OAAOA,GAAP,KAAgB,QAAvB;AACD,GAHc;AAIfC,EAAAA,QAAQ,EAAE,UAASD,GAAT,EAAc;AACtB,WAAO,OAAOA,GAAP,KAAgB,QAAhB,IAA4BA,GAAG,KAAK,IAA3C;AACD,GANc;AAOfE,EAAAA,MAAM,EAAE,UAASF,GAAT,EAAc;AACpB,WAAOA,GAAG,KAAK,IAAf;AACD,GATc;AAUfG,EAAAA,iBAAiB,EAAE,UAASH,GAAT,EAAc;AAC/B,WAAOA,GAAG,IAAI,IAAd;AACD;AAZc,CAAjB","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"]},"metadata":{},"sourceType":"script"}