13 lines
530 B
TypeScript
13 lines
530 B
TypeScript
/**
|
|
* Copyright © 2025 650 Industries.
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* This is added as `asyncRequireModulePath` in `@expo/metro-config`
|
|
* Fork of https://github.com/facebook/metro/blob/b8e9e64f1de97a67234e223f5ee21524b160e8a5/packages/metro-runtime/src/modules/asyncRequire.js#L1
|
|
* - Adds worker support.
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=asyncRequireModule.d.ts.map
|