12 lines
482 B
TypeScript
12 lines
482 B
TypeScript
/**
|
|
* Copyright © 2024 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.
|
|
*
|
|
* A fork of `@react-native/babel-preset` but with everything unrelated to web/ssr removed.
|
|
* https://github.com/facebook/react-native/blob/2af1da42ff517232f1309efed7565fe9ddbbac77/packages/react-native-babel-preset/src/configs/main.js#L1
|
|
*/
|
|
export {};
|