We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828709f commit ea59e3fCopy full SHA for ea59e3f
1 file changed
packages/metro-file-map/types/lib/removeOverlappingRoots.d.ts
@@ -0,0 +1,20 @@
1
+/**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
7
+ * @noformat
8
+ * @generated SignedSource<<dae8a0ecc5f107c458a914e4a7a0741a>>
9
10
+ * This file was translated from Flow by scripts/generateTypeScriptDefinitions.js
11
+ * Original file: packages/metro-file-map/src/lib/removeOverlappingRoots.js
12
+ * To regenerate, run:
13
+ * js1 build metro-ts-defs (internal) OR
14
+ * yarn run build-ts-defs (OSS)
15
+ */
16
+
17
+declare function removeOverlappingRoots(
18
+ roots: ReadonlyArray<string>,
19
+): ReadonlyArray<string>;
20
+export default removeOverlappingRoots;
0 commit comments