Skip to content

Commit ea59e3f

Browse files
committed
Rebuild ts-defs
1 parent 828709f commit ea59e3f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)