1*26ad19fcSEvan Bacon/** 2*26ad19fcSEvan Bacon * Copyright © 2022 650 Industries. 3*26ad19fcSEvan Bacon * 4*26ad19fcSEvan Bacon * This source code is licensed under the MIT license found in the 5*26ad19fcSEvan Bacon * LICENSE file in the root directory of this source tree. 6*26ad19fcSEvan Bacon */ 7*26ad19fcSEvan Baconimport { buildAsyncRequire } from './buildAsyncRequire'; 8*26ad19fcSEvan Bacon 9*26ad19fcSEvan Bacon// @ts-ignore 10*26ad19fcSEvan Baconglobal[`${global.__METRO_GLOBAL_PREFIX__ ?? ''}__loadBundleAsync`] = buildAsyncRequire(); 11