Sha256: 4779ba914c2afa8e38bc937f17a431f901b8281ea4cead798cfea39f4a9575a5
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
/** * 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 getSelectProjectsMessage(projectConfigs: Array<Config.ProjectConfig>): string;
Version data entries
6 entries across 6 versions & 1 rubygems