/** * Copyright (c) 2013-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * */'use strict';function_defineProperty(obj,key,value){if(keyinobj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}returnobj;}varURI=/*#__PURE__*/function(){functionURI(uri){_defineProperty(this,"_uri",void0);this._uri=uri;}var_proto=URI.prototype;_proto.toString=functiontoString(){returnthis._uri;};returnURI;}();module.exports=URI;