aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jest-util/build/replacePathSepForGlob.d.ts
blob: 7f47d18bfa11e36ae61e391d3e6243793b263fea (plain)
1
2
3
4
5
6
7
8
/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
import type { Config } from '@jest/types';
export default function replacePathSepForGlob(path: Config.Path): Config.Glob;