{"ast":null,"code":"'use strict';\n\nimport invariant from 'fbjs/lib/invariant';\nexport function get(name) {\n  return null;\n}\nexport function getEnforcing(name) {\n  var module = get(name);\n  invariant(module != null, \"TurboModuleRegistry.getEnforcing(...): '\" + name + \"' could not be found. \" + 'Verify that a module by this name is registered in the native binary.');\n  return module;\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/vendor/react-native/TurboModule/TurboModuleRegistry.js"],"names":["invariant","get","name","getEnforcing","module"],"mappings":"AASA;;AAEA,OAAOA,SAAP,MAAsB,oBAAtB;AACA,OAAO,SAASC,GAAT,CAAaC,IAAb,EAAmB;AACxB,SAAO,IAAP;AACD;AACD,OAAO,SAASC,YAAT,CAAsBD,IAAtB,EAA4B;AACjC,MAAIE,MAAM,GAAGH,GAAG,CAACC,IAAD,CAAhB;AACAF,EAAAA,SAAS,CAACI,MAAM,IAAI,IAAX,EAAiB,6CAA6CF,IAA7C,GAAoD,wBAApD,GAA+E,uEAAhG,CAAT;AACA,SAAOE,MAAP;AACD","sourcesContent":["/**\n * Copyright (c) Facebook, Inc. and its affiliates.\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 * \n * @format\n */\n'use strict';\n\nimport invariant from 'fbjs/lib/invariant';\nexport function get(name) {\n  return null;\n}\nexport function getEnforcing(name) {\n  var module = get(name);\n  invariant(module != null, \"TurboModuleRegistry.getEnforcing(...): '\" + name + \"' could not be found. \" + 'Verify that a module by this name is registered in the native binary.');\n  return module;\n}"]},"metadata":{},"sourceType":"module"}