{"ast":null,"code":"'use strict';\n\nvar _EventSubscription = function () {\n  function _EventSubscription(subscriber) {\n    this.subscriber = subscriber;\n  }\n\n  var _proto = _EventSubscription.prototype;\n\n  _proto.remove = function remove() {\n    this.subscriber.removeSubscription(this);\n  };\n\n  return _EventSubscription;\n}();\n\nexport default _EventSubscription;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/vendor/react-native/emitter/_EventSubscription.js"],"names":["_EventSubscription","subscriber","_proto","prototype","remove","removeSubscription"],"mappings":"AASA;;AAMA,IAAIA,kBAAkB,GAAgB,YAAY;AAKhD,WAASA,kBAAT,CAA4BC,UAA5B,EAAwC;AACtC,SAAKA,UAAL,GAAkBA,UAAlB;AACD;;AAMD,MAAIC,MAAM,GAAGF,kBAAkB,CAACG,SAAhC;;AAEAD,EAAAA,MAAM,CAACE,MAAP,GAAgB,SAASA,MAAT,GAAkB;AAChC,SAAKH,UAAL,CAAgBI,kBAAhB,CAAmC,IAAnC;AACD,GAFD;;AAIA,SAAOL,kBAAP;AACD,CApBqC,EAAtC;;AAsBA,eAAeA,kBAAf","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 * @format\n * \n */\n'use strict';\n\n/**\n * EventSubscription represents a subscription to a particular event. It can\n * remove its own subscription.\n */\nvar _EventSubscription = /*#__PURE__*/function () {\n  /**\n   * @param {EventSubscriptionVendor} subscriber the subscriber that controls\n   *   this subscription.\n   */\n  function _EventSubscription(subscriber) {\n    this.subscriber = subscriber;\n  }\n  /**\n   * Removes this subscription from the subscriber that controls it.\n   */\n\n\n  var _proto = _EventSubscription.prototype;\n\n  _proto.remove = function remove() {\n    this.subscriber.removeSubscription(this);\n  };\n\n  return _EventSubscription;\n}();\n\nexport default _EventSubscription;"]},"metadata":{},"sourceType":"module"}