{"ast":null,"code":"'use strict';\n\nfunction infoLog() {\n  var _console;\n\n  return (_console = console).log.apply(_console, arguments);\n}\n\nexport default infoLog;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/vendor/react-native/infoLog/index.js"],"names":["infoLog","_console","console","log","apply","arguments"],"mappings":"AAMA;;AAKA,SAASA,OAAT,GAAmB;AACjB,MAAIC,QAAJ;;AAEA,SAAO,CAACA,QAAQ,GAAGC,OAAZ,EAAqBC,GAArB,CAAyBC,KAAzB,CAA+BH,QAA/B,EAAyCI,SAAzC,CAAP;AACD;;AAED,eAAeL,OAAf","sourcesContent":["/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';\n/**\n * Intentional info-level logging for clear separation from ad-hoc console debug logging.\n */\n\nfunction infoLog() {\n  var _console;\n\n  return (_console = console).log.apply(_console, arguments);\n}\n\nexport default infoLog;"]},"metadata":{},"sourceType":"module"}