aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jest-haste-map/build/lib/normalizePathSep.d.ts
blob: 1490ab7f4d5ac31015fa3839be8cf991120e4eab (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.
 */
declare let normalizePathSep: (string: string) => string;
export default normalizePathSep;