{"version":3,"sources":["jsdelivr-header.js","/npm/react-native-udpsocket@2.3.1/UdpSockets.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,ACAA,IAAI,UAAY,QAAQ,eAExB,QAAQ,aAAe,SAAS,GAE9B,MADuB,iBAAZ,IAAsB,EAAU,CAAE,KAAM,IAC5C,IAAI,UAAU,EACvB,EAEA,QAAQ,OAAS","file":"/npm/react-native-udpsocket@2.3.1/UdpSockets.js","sourceRoot":"","sourcesContent":["/**\n * Minified by jsDelivr using Terser v5.39.0.\n * Original file: /npm/react-native-udpsocket@2.3.1/UdpSockets.js\n *\n * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files\n */\n","\n/**\n * @providesModule UdpSockets\n * @flow\n */\n\nvar UdpSocket = require('./UdpSocket');\n\nexports.createSocket = function(options) {\n  if (typeof options === 'string') options = { type: options }\n  return new UdpSocket(options)\n}\n\nexports.Socket = UdpSocket;\n"]}